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

Write about all the implicit member functions of a class?

0 Answers  


How do I make turbo c++ full screen?

0 Answers  


What is the difference between interpreters and compilers?

0 Answers  


What is the difference between #import and #include in c++?

0 Answers  


Write about the members that a derived class can add?

0 Answers  






What is a flag in c++?

0 Answers  


What is else if syntax?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


What C++ libraries are you proficient with?

1 Answers   Google,


Explain the difference between realloc() and free() in c++?

0 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


What is ios flag in c++?

0 Answers  


Categories