Hi all,
I'm a c++ programming noob. Got a question.
I'm trying to store int values into a vector, then putting the int vector into another vector.
(does that makes sense?)
So i'd have the main vector, and at each element it will have a vector of ints.
I think i've saved these vectors, but i'm not sure how to access them - i've looked online and not found anything.
So, yeah. Just wondering how to cout the contents of a vector within a vector
Thanks!
I'm a c++ programming noob. Got a question.
I'm trying to store int values into a vector, then putting the int vector into another vector.
(does that makes sense?)
So i'd have the main vector, and at each element it will have a vector of ints.
I think i've saved these vectors, but i'm not sure how to access them - i've looked online and not found anything.
So, yeah. Just wondering how to cout the contents of a vector within a vector

Thanks!