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

  1. By default, uncaught exceptions result in a call of the system-
  2. defined function terminate().  The program ends abnormally because
  3. terminate() calls abort().
  4.