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
Post a Comment