home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / TUTORIAL / ICLCC / TUTOR4 / INSTRUCT.TXT < prev    next >
Text File  |  1993-04-23  |  369b  |  11 lines

  1. Tutorial 4: Use Exceptions
  2.  
  3. You want to program using excpetions.
  4.  
  5. 1) Write a try block around the given statements.
  6. 2) Catch the exception and print out the name of the exception.
  7. 3) What do you have to do, that this exception will not be thrown?
  8. 4) What different exceptions levels can be turned on and off?
  9.  
  10. Have a look at the results with your debugger.
  11.