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

Answer Posted / dharma

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is C++ objects?

674


Using a smart pointer can we iterate through a container?

565


What is c++ iterator?

648


How is static data member similar to a global variable?

586


What is c++ & why it is used?

592






What is static function? Explain with an example

561


What is the cout in c++?

555


How do you clear a buffer in c++?

543


Explain the uses oof nested class?

631


What is the difference between a type-specific template friend class and a general template friend class?

564


A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

1746


What is token c++?

586


What are the three forms of cin.get() and what are their differences?

631


What is the difference between an external iterator and an internal iterator?

614


Can turbo c++ run c program?

632