Answer Posted / nashiinformaticssolutions
A custom exception is a user-defined exception class derived from std::exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which c++ operator cannot overload?
What is size of string in c++?
How should a contructor handle a failure?
What is time h in c++?
What is std namespace in c++?
In c++, what is the difference between method overloading and method overriding?
What is ostream in c++?
What is std :: flush?
What are 2 ways of exporting a function from a dll?
What should main() return in c and c++?
Explain the difference between using macro and inline functions?
What are single and multiple inheritances in c++?
Where do I find the current c or c++ standard documents?
What is the use of vtable?
Using a smart pointer can we iterate through a container?