Practices to reduce memory leaks in C++

• 16 min read
CPP RAII 
One of the fundamental differences between C++ and the more modern and if I dare say popular programming languages such as Java and C#, is the lack of a garbage collector in C++. Often this is used as an example to portray how C++ has not kept up with the …