Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1264Post New C++ General Questions
Show the declaration for a pointer to function returning long and taking an integer parameter.
How do I run a program in notepad ++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Why do we use classes in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What are all predefined data types in c++?
What is the difference between interpreters and compilers?
What are the uses of typedef in a program?
What is do..while loops structure?
What is overloading unary operator?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Explain rtti.
How can I improve my c++ skills?
How do I use arrays in c++?
How do you add an element to a set in c++?