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

  1. This piece of code will not compile, because the catch(float)
  2. handler can never be invoked.  In order to correct this error,
  3. switch the order of the exception handlers.
  4.