What happens if an exception is throws from an, object's constructor and object's destructor?
4 18453Post New C++ General Questions
What is pair in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is iterator c++?
What are static type checking?
What do you mean by stack unwinding in c++?
Is dev c++ free?
How do you declare A pointer to a function which receives nothing and returns nothing
Define Virtual function in C++.
What is buffer and example?
List different attributes in C++?
What are the rules about using an underscore in a c++ identifier?
Do inline functions improve performance?
What are the methods of exporting a function from a dll?
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 is the benefit of c++?