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

  1. Notice that flow of control is not transferred from the throw
  2. expression to the statement following the call to the function
  3. divide().  Control passes to the long exception handler in
  4. main().
  5.