Is there a website that has some kind of GUI or application that allows users to enter statements like--
delete
delete []
for... n elements... delete arr[n]
--etc so that they can learn good memory management?
I sifted around some free ebook sites and found one but the link to it was broken (the file couldn't be located on the server it existed on, poor popularity I suppose).
If anyone has a good book suggestion, or site where I can get some practice/advice on memory management I would really be grateful. I'd hate to be one of those problem-programmers that cause the dreaded memory leaks in team-projects.