Hey, just a quick question:
If I have a vector of pointers to objects of a class on the heap, then when the vector is destroyed, will the objects' destructors be called and then the objects' memory released back to the heap? Or do I have to use delete on the pointers or something?



LinkBack URL
About LinkBacks



I actually just noticed that it only crashed in a few functions, most of which were called by the destructor. I'll work on it from there, I guess (I think they should all have memory in them, unless they were delete twice...)