I come from a Java/C# world where I don't worry about memory management. In C++, how do you "clean up" so to speak? I hear of memory leaks from C++ apps all the time, I assume poor memory management is the cause?