2
Answers

Is it possible to change the size of the vectors inside an array??

Photo of Suri

Suri

3y
367
1

Is it possible to change the size of the vectors inside an array?? Is it possible to change the size of vectors

std::vector<int>  Aofvec[5];

Answers (2)