get value from pointer to bidimensional vectorThanks! I understand both solutions, but now I'm facing another problem: I am passing by referen...
get value from pointer to bidimensional vectorHello! I have this a pointer to a bidimensional vector [code] std::vector< vector< int > > * ...
Deleting an object in a vector of pointersThanks Athar The last loop is because I delete batches of 5 elements, but I simplified the exampl...
Deleting an object in a vector of pointersHello I have a vector of pointers to objects of the Ball class. I am trying to delete the last on...
This user does not accept Private Messages