Home | Overview | How Do I | FAQ
Handling exceptional conditions makes your code more robust. Certain operations, including object creation and file input/output, are subject to failures that go beyond errors — out-of-memory conditions, for instance, can occur even when your program is running correctly. Anticipating and handling exceptions is a hallmark of solid code.
This article family explains the three exception handling mechanisms supplied by Visual C++.
General Exception Handling Knowledge
More Specialized Topics