Resource Management
suggest changeIntroduction
One of the hardest things to do in C and C++ is resource management. Thankfully, in C++, we have many ways to go about designing resource management in our programs. This article hopes to explain some of the idioms and methods used to manage allocated resources.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents