Difference between revisions of "Advanced C++ Programming Series"

From Chilipedia
Jump to: navigation, search
(List of Tutorials)
Line 11: Line 11:
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
| style="border:1px solid grey;"|0
 
| style="border:1px solid grey;"|0
| style="border:1px solid grey;text-align:left;"|[[Intermediate C++ Game Programming Tutorial 0|Intermediate C++ Game Programming [Introduction]]]
+
| style="border:1px solid grey;text-align:left;"|[[Advanced C++ Game Programming Tutorial 0|Advanced C++ Game Programming [Introduction]]]
 
| style="border:1px solid grey;"|April 29, 2017
 
| style="border:1px solid grey;"|April 29, 2017
 
| style="border:1px solid grey;"|8:25
 
| style="border:1px solid grey;"|8:25
 
|- style="background-color:#333;color:#c1c1c1;"
 
|- style="background-color:#333;color:#c1c1c1;"
| style="border:1px solid grey;padding:8px;" colspan="4" | {{#lsth:Intermediate C++ Game Programming Tutorial 0}}
+
| style="border:1px solid grey;padding:8px;" colspan="4" | {{#lsth:Advanced C++ Game Programming Tutorial 0}}
 
|}
 
|}

Revision as of 20:17, 16 May 2018

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 [Introduction] April 29, 2017 8:25
Advanced C++ Game Programming Tutorial 0