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 dynamicallythanks, works!!
cannot convert 'std::vector<int>' to 'int' in initializationI am try assign: [code] int temp= vsVol[a]; being: std::vector <std::vector <int> > vsVo...
how to declare number of vectors dynamicallyI 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 dynamicallythanks, 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