Forum: C++ Sep 15th, 2008 |
| Replies: 28 Views: 43,963 ""
""
I don't think you've understood the point that I'm trying to make (partly my fault: I should have reiterated what I said in my first post). I wasn't complaining that my delete[] doesn't... |
Forum: C++ Sep 14th, 2008 |
| Replies: 28 Views: 43,963 I agree about the destructors being called, but I tried monitoring the memory status on my computer whilst stepping through the following code, and the memory doesn't seem to get freed untill you... |
Forum: C++ Sep 13th, 2008 |
| Replies: 28 Views: 43,963 I'm not an expert, but I was reading this article:
http://www.icce.rug.nl/docs/cplusplus/cplusplus09.html#l153
Apparently, if you overloaded the operator delete like this:
void operator... |