Smart Pointers and Exception Handling in C++

Andrei Alexandrescu discusses smart pointers, from their simplest aspects to their most complex ones and from the most obvious errors in implementing them to the subtlest ones — some of which also happen to be the most gruesome. Also, learn how to throw an exception, how to associate handlers, or catch clauses, with a set of program statements using a try block, and how exceptions are handled by catch clauses, exception specifications, and design considerations for programs that use exceptions.

11 Comments

  1. 2003-04-21 4:39 am
  2. 2003-04-21 9:18 am
  3. 2003-04-21 10:35 am
  4. 2003-04-21 11:34 am
  5. 2003-04-21 12:52 pm
  6. 2003-04-21 1:03 pm
  7. 2003-04-21 1:44 pm
  8. 2003-04-21 2:03 pm
  9. 2003-04-21 3:50 pm
  10. 2003-04-21 5:23 pm
  11. 2003-04-21 5:47 pm