Chapter 16: Exception Handling: A Deeper Look

  1. 16.2 Hnalding an Attempt to Divide by Zero
  2. fig16_03.cpp - Rethrowing an exception
  3. fig16_04.cpp - Stack unwinding
  4. fig16_05.cpp - throwing bad_alloc when memory cannot be allocated by "new"
  5. fig16_06.cpp - set_new_handler
  6. Fig16_07_09 - unique_ptr