What is the use of map in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use using namespace std in c++?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What are the conditions that have to be met for a condition to be an invariant of the class?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Incase of a function declaration, what is extern means?
What do you mean by translation unit in c++?
How can you create a virtual copy constructor?
Which is the best c++ compiler for beginners?
What is a storage class?
What is the type of 'this' pointer?
How long will it take to learn programming?
What is abstraction c++?