What are the popular tools used to detect memory leaks in
c++

Answers were Sorted based on User's Feedback



What are the popular tools used to detect memory leaks in c++..

Answer / sk

GDI+ , Rational Purify, Memory Validator

Is This Answer Correct ?    6 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / gb

valgrind

Is This Answer Correct ?    5 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / dharma

tilde (~) is used to detect a memory leak.

Is This Answer Correct ?    0 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / sagar gupta

i don't no

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

When to use Multiple Inheritance?

6 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Can we make copy constructor private in c++?

0 Answers  


Explain this pointer?

0 Answers  






When to use “const” reference arguments in a function?

0 Answers  


What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


When do we run a shell in the unix system?

0 Answers  


What is pair in c++?

0 Answers  


What is the this pointer?

0 Answers  


What is the output of the following program? Why?

0 Answers  


Categories