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

What is an incomplete type in c++?

0 Answers  


Why c++ is not a pure oop language?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


What are the operators in c++?

0 Answers  


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  






Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


Which c++ compiler is best?

0 Answers  


What are literals in C++?

0 Answers   Wipro,


How to implement is-a and has-a class relationships?

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


Which programming language should I learn first?

0 Answers  


Categories