How to detect memory leaks in c++



How to detect memory leaks in c++..

Answer / freaxer

override new and delete, add memory tracker

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More C++ General Interview Questions

Why do we need pointers?

0 Answers  


What is heap sort in c++?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Describe the advantages of operator overloading?

0 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


Who calls main function?

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


What is public, protected, private in c++?

0 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


Categories