STL (140)
OOPS (873)
C++ General (2409)
Is it possible to provide special behavior for one instance of a template but not for other instances?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What are vtable and vptr?
What is C++11?
What is the use of namespace std in C++?
What is function overloading c++?
Write about a nested class and mention its use?
What is iterator c++?
What is polymorphism what are the different types of polymorphism?
What is an associative container in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Why do we use structure in c++?
What is the difference between multiple and multilevel inheritance in c++?
What is atoi in c++?
What is the meaning of string in c++?