The Wayback Machine - https://web.archive.org/web/20110921214951/http://www.codeguru.com:80/cpp/cpp/cpp_mfc/exceptions/

    Exceptions

    Improving Application Quality with Windows Error Reporting

    Leveraging Windows Error Reporting (WER) to use Microsoft's existing infrastructure for providing end users with patches and workarounds, a critical aspect of the application life-cycle management.

    CWinAPIException

    MFC-extension class for handling Windows API errors

    Breaking Changes in Visual C++ 2005

    There are a number of changes in Visual C++ 2005 that can break your existing programs. The Visual C++ product team has identified some of the changes most likely to impact you.

    Using C++ Exceptions to Replace exit()

    Learn how and why you should use C++ exceptions to replace the use of the exit() method in legacy code.