STL (140)
OOPS (873)
C++ General (2409)
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Which one is better- macro or function?
Why do pointers exist?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is interface? When and where is it used?
Explain what is class definition in c++ ?
Explain the difference between overloading and overriding?
Explain the operator overloading feature in C++ ?
What are the 2 main types of data structures?
How const int *ourpointer differs from int const *ourpointer?
Whats oop mean?
What is a storage class used in c++?
What polymorphism means?
Why we use #include iostream in c++?
What does std mean in c++?