C++ Courses and Notes
A collection of annotated examples and notes to demonstrate my learnings from C++ Courses. I also want to retain all of these notes here for future reference. The primary purpose of this repository is make sure that my knowledge stays up to date with C++17 and future C++ standards.
The Courses
— Learning C++ for Game Development ( https://www.udemy.com/course/learn-cpp-for-ue4-unit-1/ )
The Books
— Effective Modern C++ by Scott Meyers
— Effective C++ by Scott Meyers
— Game Engine Architecture by Scott Meyers
— Code Complete by Steve McConnell
The Essays
— http://www.catb.org/esr/structure-packing/
The Videos
— C++ Video Series https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb
Topics
lvalues, rvalues, perfect forwarding https://www.youtube.com/watch?v=fbYknr-HPYE
Embedding Lua Series https://www.youtube.com/watch?v=4l5HdmPoynw