Error Handling with Exceptions: References
By Dave Brownell | October 27, 2010
This article is part of a longer running series on Error Handling with Exceptions.
The following books and articles have been invaluable over the years as I have investigated exceptions and exception-related issues. In most cases, they have stated things far better than I could ever hope to.
Articles
Abrahams, David. “Exception-Safety in Generic Components“ http://www.boost.org/community/exception_safety.html
Wagner, Bill. “Working Effectively with (.NET) Exceptions“ http://reddevnews.com/Articles/2009/08/01/Working-Effectively-with-Exceptions.aspx
Books
Meyers, Scott (1996). More Effective C++. Addison Wesley Longman, Inc.
Sutter, Herb (2000). Exceptional C++. Addison Wesley Longman, Inc.
Sutter, Herb (2002). More Exceptional C++. Addison Wesley Longman, Inc.
Sutter, Herb (2005). Exceptional C++ Style. Addison Wesley Longman, Inc.
Sutter, Herb and Alexandrescu, Andrei (2005). C++ Coding Standards. Addison Wesley Longman, Inc.
Wagner, Bill (2005). Effective C#. Pearson Education, Inc.
Leave Your Comment