+ 3
Accessing elements in vectors in a vector
I know that it is possible in c++ to have a std::vector containing std::vectors but i don't know how to access the elements in those vectors. Is there a way to access them?
1 Antwort
+ 3
OuterVector[indexOfInner][indexOfElement]