what is c++
No Answer is Posted For this Question
Be the First to Post Answer
What data encapsulation is in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How the V-Table mechanism works?
What is a singleton c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
When should we use container classes instead of arrays?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
How can I improve my c++ skills?
How the endl and setw manipulator works?
What are exceptions c++?
What do you mean by “this” pointer?
What happens if an exception is throws from an object's constructor and from object's destructor?