STL (140)
OOPS (873)
C++ General (2409)
What is a breakpoint?
How did c++ get its name?
What are the types of container classes?
When does a 'this' pointer get created?
Define a constructor - what it is and how it might be called (2 methods)?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is the type of this pointer in c++?
How do you generate a random number in c++?
What is the most common mistake on c++ and oo projects?
What are "pure virtual" functions?
What is iostream in c++ used for?
What are string library functions(syntax).
What are oops methods?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are the advantages of using const reference arguments in a function?