CppMaterials code styles Google Other debugging gdb & vs code G++ G++ Cheatsheet cmake CMake overview CMake examples make Intro to Make Writing Makefiles Basic Make Example Compiler warnings Configuring warning and error levels Warning guidlines Suppressing warnings testing Concept Intro to Google C++ tests Google C++ test examples Google C++ test video tutorial misc. Comment Guidelines Pros/Cons Readability #1 Readability #2 naming style: snake_case, camelCase, ProperCase/PascalCase access specifiers Inheritance Class Access Specifiers std library Standard Library Reference code Optimization 10 Tips Efficient C++ book pointers Nice basics video on pointers lvalues, rvalues How to crack the confusing world of lvalues and rvalues MS- lvalues and rvalues smart pointers MS rules for smart pointers