Top Categories
What is RAII (Resource Acquisition Is Initialization)?
- Category:
- Sub Category:
In this video, I talk about what RAII is, the problems it solves, and show some examples with code. Here's the corresponding blog post: https://medium.com/@pencilflip/what-is-raii-e016d00269f9. Here's the code I'm look at towards the end of the video: https://github.com/arcticmatt/blo
In this video, I talk about what RAII is, the problems it solves, and show some examples with code. Here's the corresponding blog post: https://medium.com/@pencilflip/what-is-raii-e016d00269f9. Here's the code I'm look at towards the end of the video: https://github.com/arcticmatt/blogtube/tree/master/cpp/raii.