Advanced C++ Programming Series

From Chilipedia
Revision as of 22:57, 24 May 2018 by Chili (Talk | contribs)

Jump to: navigation, search

The advanced series is a continuation of the Intermediate C++ Game Programming Series. If you find yourself having a hard time grokking (understanding) the code C++ code used in this series, you might want to take a look at Intermediate C++ or even Beginner C++ This series is a bit of a Frankenstein. The first several videos will focus on math skills needed to begin the 3D Fundamentals Series. After that, we will change gears and cover some advanced level C++ language topics.


List of Tutorials

Tutorial Number Title Release Date Runtime
0 Advanced C++ Game Programming [Overview] May 17, 2018 5:12
This video talks about the course syllabus for the Advanced C++ tutorial series (the shit we gonna learn). I also talk about how the Advanced series relates to the other tutorial series in the Planet Chili tutorial program.
1 Advanced C++ Game Programming [Line Drawing / Linear Equations] May 20, 2018 37:02
In this video, we learn to draw straight lines (not homophobic) between any 2 points. Seriously though, linear equations permeate pretty much all of the things, so you might as well invest some timemoneybucks into not being utter shit at them.