What happens if an exception is throws from an, object's constructor and object's destructor?
4 18694Post New C++ General Questions
What are friend classes? What are advantages of using friend classes?
Difference between overloaded functions and overridden functions
Will the following program execute?
What does iomanip mean in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
What is the size of integer variable?
What is the difference between public, private, and protected access?
What is a manipulative person?
Does c++ support multilevel and multiple inheritances?
How can I improve my c++ skills?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is vector pair in c++?
Is multimap sorted c++?
What are shallow and deep copies?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.