How to use a "vector of vector" ?

Posted by Mike Dooley on Stack Overflow See other posts from Stack Overflow or by Mike Dooley
Published on 2010-06-15T17:49:32Z Indexed on 2010/06/15 17:52 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hi!

I allready searched on the web for it but I didn't get satisfying results.

I want to create something like

vector< vector<int*> > test_vector;

How do i fill this vector of vector? How to acces it's members? Maybe someone knows some nice tutorials on the web?

kind regards mikey

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl