User: ane

  • Public profile

User profile: ane

User info
User name:ane
History
Joined:
Number of posts:15
Latest posts:

list of vectors (a vector of n vectors of m elements)
I create a list of vectors (a vector of n vectors of m elements). std::vector <std::vector <int> > ...

how to declare number of vectors dynamically
thanks, works!!

cannot convert 'std::vector<int>' to 'int' in initialization
I am try assign: [code] int temp= vsVol[a]; being: std::vector <std::vector <int> > vsVo...

how to declare number of vectors dynamically
I understand,thanks, but I try assign values para v[a], but don't get, I try: v[1]=1; v.at(0).at...

how to declare number of vectors dynamically
thanks, now is all right, however, I not understand: 1- what is "vs[ 2 ]?" 2- how assign values t...

This user does not accept Private Messages