Orthodox C++ (2016)
Summary
Orthodox C++ advocates a minimal subset of C++ that improves C while avoiding modern features. It argues for simplicity, readability, and portability across older compilers, provides a Hello World example, and guidance on when to selectively adopt newer C++ standards.