I am working on a 2-dimensional vector (vector of vector) to carry some pointers in C++.
std::vector< std::vector > data;
here ob