C++ User-Defined ExceptionsThe new exception can be defined by overriding and inheriting exception class functionality. C++ user-defined exception exampleLet's see the simple example of user-defined exception in which std::exception class is used to define the exception. Output: Enter the two numbers : 10 2 x / y = 5 Output: Enter the two numbers : 10 0 Attempted to divide by zero! Note: In above example what() is a public method provided by the exception class. It is used to return the cause of an exception.
Next TopicC++ Files and Streams
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week