STL (140)
OOPS (873)
C++ General (2409)
What are 2 ways of exporting a function from a dll?
Do vectors start at 0 c++?
What is private inheritance?
What is the difference between cin.read() and cin.getline()?
Ask to write virtual base class code?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How many different levels of pointers are there?
Explain the auto storage classes in c++.
Who discovered c++?
Is string data type in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is a class in C++?
Explain the concepts involved in Object Oriented programming.
When did c++ add stl?