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

sql server - python to mssql encoding problem -

android - Cannot use ndk-build on Cygwin -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -