home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16215.TXT < prev    next >
Encoding:
Text File  |  1993-11-24  |  204 b   |  5 lines

  1. You can write a function that will be called instead of the
  2. system-defined function terminate() when an uncaught exception
  3. is thrown.  A user-defined terminate function must not return to
  4. its caller.
  5.