TIL: There are entire books about memory management in C++.
Meanwhile, the power of garbage collectors is still under-appreciated.
If you want to get shit done fast, use a language with automatic memory management. Micro-managing memory allocation and deallocation is for extreme use cases only.
5 months ago