Traditional C++ optimizations

We will first discuss the performance problems encountered when using the classic C++, that is, its pre-C++11 version. This is the very basic knowledge that we, in fact, expect the intermediate programmer to master, but we will nonetheless provide a quick refresher about it.