https://hackingcpp.com/cpp/cheat_sheets.html
VTABLE
https://pabloariasal.github.io/2017/06/10/understanding-virtual-tables/
https://bsodtutorials.wordpress.com/2014/02/04/virtual-functions-and-vtables/
SMART POINTERS
https://www.internalpointers.com/post/beginner-s-look-smart-pointers-modern-c
GENERICS / STL
https://guidedhacking.com/threads/reverse-engineering-standard-library-containers.17431/
https://github.com/microsoft/STL/wiki/Code-Review-Videos#videos
https://web.archive.org/web/20090323084529/http://www.mindview.net/WebLog/log-0061
https://www.learncpp.com/cpp-tutorial/template-classes/
OPERATOR OVERLOADING
https://en.cppreference.com/w/cpp/language/operators
TOOLS
Check memory leaks: