http://safari.oreilly.com/?XmlId=0-596-00360-9/mastvsnet-APP-C
.net shortcuts
Reply
http://safari.oreilly.com/?XmlId=0-596-00360-9/mastvsnet-APP-C
Das Suchen von Memory Leaks mit VC++ kann man sich mit folgdenem Code etwas erleichtern:
in stdafx.h (oder .cpp file):
#define CRTDBG_MAP_ALLOC
#include
#include
#define new new(_NORMAL_BLOCK, __FILE__, __LINE__)
kurz vor Programmende:
_CrtDumpMemoryLeaks();