Previous fileTop of DocumentContentsIndex pageNext file
Apache C++ Standard Library User's Guide

18.4 Example Program: Exceptions


NOTE -- This program is in the file tutorial/stdexcept.cpp.

This following example program demonstrates the use of exceptions:

The exact output of the program is specific to the compiler used to compile it and to the location of the library headers but may look something like this:



Previous fileTop of DocumentContentsIndex pageNext file