Finding memory leaks in a C++ application with Visual Studio -


in linux, have been using valgrind checking if there memory leaks in application. equivalent in windows? can done visual studio 2010?

visual studio assists in finding memory leaks. link should helpful.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -