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
What c++ library is string in?
What is class definition in c++ ?
Explain the difference between class and struct in c++?
Is sorted c++?
Why should we use null or zero in a program?
Why iomanip is used in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
How do I tokenize a string in c++?
What is c++ iterator?
How does list r; differs from list r();?
What are enumerations?
What are advantages of using friend classes?
write a programme to get a character and thier ASCII value
Explain about templates of C++.