Ye Olde Blah

ShiningSource.org => General Programming Forum => Topic started by: Kubuntu on November 30, 2009, 01:18:11 pm



Title: Memory leaks in C++
Post by: Kubuntu on November 30, 2009, 01:18:11 pm
Hi!

Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers.  So, please, can you advice some effective tool for run-time errors and memory leaks detection in Visual Studio C++?


Title: Re: Memory leaks in C++
Post by: Elvenfyre on November 30, 2009, 07:37:37 pm
I can point you to a website:
http://www.highprogrammer.com/alan/windev/visualstudio.html


Title: Re: Memory leaks in C++
Post by: Devlyn on December 02, 2009, 08:19:07 am
Here are some answers from a different website on this:

http://stackoverflow.com/questions/413477/is-there-a-good-valgrind-substitute-for-windows


Title: Re: Memory leaks in C++
Post by: Kubuntu on December 07, 2009, 06:37:14 pm
And how about Deleaker (http://deleaker.com/)? One friend advised me it recently.