I am a C++ programmer on the windowsWindows platform. I am using Visual studioStudio 2008.
I usually end up in the code with memory leakleaks.
Normally I find the memory leak by normally inspecting the code, but it is cumbersome and is not always a good approach always.
Since I can't afford a paid memory leak detection tool., I wanted you guys to suggest the best possible ways to avoid memory leakleaks.
- I wantedwant to the know how the programmer can find memory leakleaks.
- Is there any standard or procedure one should follow to ensure there is no memory leak in the program.?