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

Tag: stack unwinding

20.3 — Exceptions, functions, and stack unwinding

55

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 outside of a try block In the examples in the previous lesson, the throw statements were placed …

Alex October 5, 2008, 11:25 am August 25, 2021
Continue reading"20.3 — Exceptions, functions, and stack unwinding"

©2022 Learn C++