• Navigate
    • 20.5 — Exceptions, classes, and inheritance
    • Table of contents
    • 20.3 — Exceptions, functions, and stack unwinding
  • Site Index
  • Latest Changes
  • About
    • Site FAQ
    • Leave feedback
    • Report an issue
    • Contact / Support
  •  
  • Search
Learn C++
Learn C++
Skill up with our free tutorials
Skip to content
  • Navigate
    • 20.5 — Exceptions, classes, and inheritance
    • Table of contents
    • 20.3 — Exceptions, functions, and stack unwinding
  • Site Index
  • Latest Changes
  • About
    • Site FAQ
    • Leave feedback
    • Report an issue
    • Contact / Support
  •  
  • Search
Tag: catch-all handler

Tag: catch-all handler

20.4 — Uncaught exceptions and catch-all handlers

49

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 In the past few examples, there are quite a few cases where a function assumes its caller (or another function somewhere up the call stack) …

Alex October 25, 2008, 12:07 pm August 25, 2021
Continue reading"20.4 — Uncaught exceptions and catch-all handlers"

©2022 Learn C++