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

Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


What is the difference between passing by reference and passing a reference?

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


What is dynamic and static typing?

0 Answers  


Which of the following is evaluated first: a) && b) || c) !

0 Answers  






How do I use arrays in c++?

0 Answers  


how to access grid view row?

0 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


How does c++ structure differ from c++ class?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


What is c++ and its uses?

0 Answers  


Categories