STL (140)
OOPS (873)
C++ General (2409) You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1226Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
1027What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1231
What is while loops?
List the issue that the auto_ptr object handles?
What do you mean by function and operator overloading in c++?
Write about the local class and mention its use?
What do you mean by global variables?
What is one dimensional array in c++?
What are built-in functions? What is the syntax for the definition?
What is c++ similar to?
Using a smart pointer can we iterate through a container?
What are the 4 pillars of oop?
What is the use of lambda in c++?
What is c++ good for?
What is a Default constructor?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How many characters are recognized by ANSI C++?