Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
The Resource Acquisition Is Initialization (abbreviated to 'RAII')
is a technique.
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 13.7. Advice. page 387: '[15] Use the "Resource Acquisition Is Initialization" technique to manage resources'
- Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 13.7. Advice. page 387: '[18] Use "Resource Acquisition Is Initialization" and exception handlers to maintain invariants'
- Bjarne Stroustrup. A tour of C++. 2014. ISBN: 978-0-321-958310. Chapter 11.7.4, page 131: 'Use resource handles to manage resources (RAII)'
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
