Run-time errors and memory leaks detection

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++?
Looks like Deleaker ( http://deleaker.com/ ) is best solution for me.
Intel Parallel Studio
This will help you more than any memory leak detector:
http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization
If it's running really slow right from the start then I doubt it's a memory leak. Those usually take at least some time to build up. Are you sure that's what it is?
Topic archived. No new replies allowed.