What is a c++ vector?
No Answer is Posted For this Question
Be the First to Post Answer
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
How the V-Table mechanism works?
What do you mean by volatile and mutable keywords used in c++?
How should runtime errors be handled in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Is c++ a good first language to learn?
Is turbo c++ free?
What is token c++?
Which should be more useful: the protected and public virtuals?
What is the type of 'this' pointer? When does it get created?
What is Namespace?