Is there any software out there that someone can recommend for memory leaks in C++ code. I prefer something easy to use and free if possible. - CTYD
Memory Leaks in C++ Code
Collapse
X
-
Tags: None
-
Originally posted by CodeTilYaDropIs there any software out there that someone can recommend for memory leaks in C++ code. I prefer something easy to use and free if possible. - CTYD
you can try Rational Purify.It comes with 15 days evaluation
Also try to use Valgrind.
I think it is open source
Raghuram -
-
I appreciate all the responses!! I looked into Valgrind. It is for a linix based system. I use a Windows version (Dev C++). Then, I could not download the other one mentioned with Valgrind. Next, I tried the BoundChecker, and it is only for Visual C++ (microsoft version I believe). Do you know of any more to try? - CTYDComment
-
Originally posted by CodeTilYaDropI appreciate all the responses!! I looked into Valgrind. It is for a linix based system. I use a Windows version (Dev C++). Then, I could not download the other one mentioned with Valgrind. Next, I tried the BoundChecker, and it is only for Visual C++ (microsoft version I believe). Do you know of any more to try? - CTYD
I think you can try purify which supports the compilers and it runs in windows also.
It comes with 15 days evaluation version
RaghuramComment
Comment