2 dimensional vector

hey i need help reading values into my vector here it is down below...

void readIn(vector < vector <int> > & v, int rows, int cols)
{
// pre : none
// post : reads values into v
}
.............think
use v.push_back ([ ][ ]);
//inside a for loop
Topic archived. No new replies allowed.