i am look for two apps one to find out where my program has any memory leaks (if any). and a program to see how secure it is and where the security problem is (if any)
Printable View
i am look for two apps one to find out where my program has any memory leaks (if any). and a program to see how secure it is and where the security problem is (if any)
If you're on Linux, use valgrind for the first.
could i still check my program on linux if it is coded for windows?
Only if you've avoided using any Windows-specific functionality.
IBM Memory checker.
Do you have a link for this? I tried googling it to see what it was like but found nothing on it.
I use Visual Leak Detector which is extremely simple to use.
Peter_APIIT was probably talking about Rational Purify.Quote:
Originally Posted by Mybowlcut