What is meaning of in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can I learn c++ without knowing c?
why can't we declare data member of class auto register or extern
What are pointers used for c++?
What do you mean by function overriding & function overloading in c++?
What is the difference between a constructor and a destructor in C++?
give me some class & objects examples?
What operators can you overload in c++?
What will i and j equal after the code below is executed? Explain your answer.
What are structs in c++?
How is data hiding achieved in c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What do you mean by vtable and vptr in c++?