STL (140)
OOPS (873)
C++ General (2409)
How new/delete differs from malloc()/free?
Explain differences between new() and delete()?
Differentiate between an external iterator and an internal iterator?
What is class in c++ with example?
What are smart pointers?
What is the important feature of inheritance?
What is the oldest programming language?
Why should a c++ programmer be interested in stl?
Can you overload the operator+ for short integers?
What do you mean by persistent and non persistent objects?
Refer to a name of class or function that is defined within a namespace?
How do you compile the source code with your compiler?
What are the uses of static class data?
Why is it necessary to use a reference in the argument to the copy constructor?
What is stack unwinding?