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()
1156Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
964What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1167
What does int * mean in c++?
Is c++ vector a linked list?
What is name hiding in c++?
Who invented turbo c++?
Can char be a number c++?
What do you by Function Overloading in C++?
What are the restrictions apply to constructors and destructors?
What is byval and byref? What are differences between them?
What is iostream in c++ used for?
What is auto type c++?
What is persistence in oop?
Explain the extern storage classes in c++.
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What does no cap mean?
What does return 0 do in c++?