>>1
If you're passing instances of objects which were created on the stack to the vector, the vector will use the classes copy constructor to make a copy of it, hence it should work even after scope exits. If you're adding pointers to the vector, everyone was correct in calling you a moron, OP.
Name:
Anonymous2007-09-11 9:12 ID:ApL0SDln
>>16
Some niggers do it all in the stack and call that "garbage collection"
Name:
Anonymous2007-09-11 9:34 ID:a3awdsOA
>>18
It was a beatiful revelation to me when I discovered that recursive functions are the key to dynamically sized arrays.