Answer Posted / freaxer
override new and delete, add memory tracker
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Why is c++ awesome?
What is the use of ::(scope resolution operator)?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Why pointer is used in c++?
what are the types of Member Functions?
When you overload member functions, in what ways must they differ?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Can recursive program be written in C++?
Explain mutable storage class specifier.
Why should we use null or zero in a program?
What is the standard template library (stl)?
What is c++ try block?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
If there are two catch statements, one for base and one for derived, which should come first?