• Navigate
    • 27.4 — Uncaught exceptions and catch-all handlers
    • Table of contents
    • 27.2 — Basic exception handling
  • 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.4 — Uncaught exceptions and catch-all handlers
    • Table of contents
    • 27.2 — Basic exception handling
  • Site Index
  • Latest Changes
  • About
    • Leave feedback
    • Report an issue
    • Contact / Support
    • Site FAQ
    • Privacy Policy
    • Donate
  •  
  • Search
Tag: stack unwinding

Tag: stack unwinding

27.3 — Exceptions, functions, and stack unwinding

89

In the previous lesson on , we explained how throw, try, and catch work together to enable exception handling. In this lesson, we’ll talk about how exception handling interacts with functions. Throwing exceptions from a called function In the prior lesson, we noted, “a try block detects any exceptions that …

Alex October 5, 2008, 11:25 am PDT September 29, 2024
Continue reading"27.3 — Exceptions, functions, and stack unwinding"

©2024 Learn C++ Privacy Policy