Current area: HOME -> C / C++ -> Exceptions & Error Handling Articles
Exceptions & Error Handling
Advance Exception handling
This article examines Cs approach to error handling (such as it is), discusses why it did not work well for C, and explains why it wont work at all for C++. This chapter also covers try, throw, and catch, the C++ keywords that support exception handling.
C++ exception-handling tricks for Linux
Handling exceptions in C++ has a few implicit restrictions at the language level, but you can get around them in some instances. Learn ways to make exceptions work for you so you can produce more reliable applications.