The Design and Evolution of C++¶
Stroustrup, B. (1994). The Design and Evolution of C++. Addison-Wesley.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Stack
- The function-call-stack discipline transferred into structured exception handling in C++, Java, and Python, where exceptions unwind the stack discharging cleanup handlers.
This sourceDescribes exception handling that unwinds the call stack discharging cleanup handlers, and RAII as stack-disciplined resource management.
- The function-call-stack discipline transferred into structured exception handling in C++, Java, and Python, where exceptions unwind the stack discharging cleanup handlers.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:c4dfd56ad8a3 · see in the full table