Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1263Post New C++ General Questions
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
How do you define/declare constants in c++?
Is string an object in c++?
Write a function that swaps the values of two integers, using int* as the argument type?
What is a unnitialised pointer?
Define vptr.
Why do we use using namespace std in c++?
What is scope in c++ with example?
Is c++ proprietary?
What is guard code in c++?
What is the best c++ book?
What are guid? Why does com need guids?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are special characters c++?
What are vtable and vptr?