STL (140)
OOPS (873)
C++ General (2409)
Is c++ fully object oriented?
What are the vectors in c++?
Why is main function important?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What does int * mean in c++?
What does it mean to declare a member function as virtual in C++?
What are the components of stl?
What is persistence in oop?
How do you define social class?
Explain the difference between class and struct in c++?
Is vector a class in c++?
Write a c++ program to display pass and fail for three student using static member function
What is the purpose of extern storage specifier?
What is an example of genetic polymorphism?
What is an iterator class in c++?