Since 4/14/2012 3:22:45 AM, schliz11 has written 3 articles and participated in 0 conversations. schliz11 signature: schliz11
schliz11's articles:
Items(3) /1
Memory leak std::wstring L" "265 (4/15/2009 7:37:20 AM) comp.lang.c++ I have a global variable in a cpp file, in this file there is the implementation of a class. At the constructor, I set the example variable to " ". global variable in the same file: ####### file.cpp std::wst... schliz
STL Memory leak?3136 (4/7/2009 7:36:27 AM) comp.lang.c++ As I am saving pointer of CScreen in the list. Do I have to delete the CScreens objects manually? Example 1: CScreen* newScreen = new CScreen(); list m_screenList; m_screenList.push_back(newScreen); m_screenL... schliz