• Navigate
    • 27.5 — Exceptions, classes, and inheritance
    • Table of contents
    • 27.3 — Exceptions, functions, and stack unwinding
  • Site Index
  • Latest Changes
  • About
    • Leave feedback
    • Report an issue
    • Contact / Support
    • Site FAQ
    • Privacy Policy
    • Donate
  •  
  • Search
Learn C++
Learn C++
Skill up with our free tutorials
Skip to content
  • Navigate
    • 27.5 — Exceptions, classes, and inheritance
    • Table of contents
    • 27.3 — Exceptions, functions, and stack unwinding
  • Site Index
  • Latest Changes
  • About
    • Leave feedback
    • Report an issue
    • Contact / Support
    • Site FAQ
    • Privacy Policy
    • Donate
  •  
  • Search
Tag: exception specifiers

Tag: exception specifiers

27.4 — Uncaught exceptions and catch-all handlers

102

By now, you should have a reasonable idea of how exceptions work. In this lesson, we’ll cover a few more interesting exception cases. Uncaught exceptions When a function throws an exception that it does not handle itself, it is making the assumption that a function somewhere down the call stack …

Alex October 25, 2008, 12:07 pm PDT September 12, 2024
Continue reading"27.4 — Uncaught exceptions and catch-all handlers"

©2024 Learn C++ Privacy Policy