Episode

C++ A General Purpose Language and Library: (05) RAII – Resource Acquisition Is Initialization

A huge strength of C++ over other languages is deterministic destruction: knowing when resources will be freed. You can use this to make your coding easier and your applications safer.

Full course outline: