How do I convert a vector of vectors to a vector of its datatype?
Example:
I have a "vector <char> nameOfVectorOfChars". I then have a "vector < vector <char> > nameOfVectorOfVectorOfChars".
I wish to get the content of the vector of chars contained in the vector of vector of chars, and push_back it to the vector of chars. How do I do this?



LinkBack URL
About LinkBacks



