Summary
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson I discuss an acronym that you might have heard in the C++ world, RAII -- Resource Acquisition is Initialization. This programming concept of RAII is as simple as acquiring resources in the constructor, and releasing any resources that were acquired in the destructor. Understanding that using the lifetime of an object to prevent resource leaks and otherwise handle exceptions is the importance of this concept for writing code that can scale through the lifetime of a project. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
