C++ Resource Acquisition Is Initialization (RAII) 10 October 2019 Es C++ Notes PDF Some notes about RAII and how to leverage it in C++ for effective resource management. Requires some understanding of raw and smart pointers first. Download the PDF