C++: memory deallocation

Started by
10 comments, last by Vortez 12 years, 5 months ago
Thanks for all the links and suggestions! edd, nice web site you got there, lot of useful stuff!
Advertisement
To check if the memory is freed, you could check with the memory pane while debugging, when calling delete [], you should see the memory block being deleted (bytes reset to 0xCD or 0xDD something like that).

This topic is closed to new replies.

Advertisement