CIS-255 Home Page: http://www.c-jump.com/bcc/c255c/c255syllabus.htm

C++ Exceptions


  1. Exceptions
  2. Error detection and handling considerations
  3. Exception mechanism
  4. What is an exception ?
  5. Example of throwing exception
  6. Throwing exceptions with info
  7. Catching exceptions
  8. throw syntax and semantics
  9. try-catch syntax and rules