Re: Problem with memory leaks
|
|
VC++ has a nice debugger built in. At least it is my favourite IDE debugger on Windows.
Time and memory leaks are different things, unless I didn't understand your post. I don't think you can actually debug it. It's more about optimising your code. Debugging is to find a bug/where an error comes from, not for optimising your code. If your code is not too long, try to post it here and write what is it supposed to do, maybe someone can help you. I'll probably try as well.
|