home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16098.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  286 b   |  6 lines

  1. C++ implements exception handling through the use of three
  2. language constructs try, catch, and throw, together with two
  3. system-defined exception handlers unexpected() and terminate().
  4. C++ uses exception specifications to indicate to users the
  5. exceptions that a function can throw.
  6.