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

From Chilipedia
Jump to: navigation, search
(Created page with "The intermediate series picks up where the Beginner C++ Game Programming Series left off. If you understand the main concepts of procedural programming and the basics of O...")
 
Line 1: Line 1:
The intermediate series picks up where the [[Beginner C++ Game Programming Series]] left off. If you understand the main concepts of procedural programming and the basics of OOP, you can probably skip that series and start here. In this series, we start by covering some low-level topics like pointers, c-strings, basic I/O, and memory management. Then we ascend to a higher plane of existence, and explore the modern C++ way of handling these problems, learning about standard containers, streams, and algorithms. We will also be covering some more advanced OOP concepts like inheritance and polymorphism. Games will be made.
+
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++ Game Programming Series|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.
  
  

Revision as of 11:50, 13 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 Intermediate C++ Game Programming [Introduction] April 29, 2017 8:25
This video talks about the course syllabus for the Intermediate C++ tutorial series (the shit we gonna learn) and the prerequisites for following this series (what you need to know, and what you need to have). Use it to get an idea of what this series is about, and whether you have what it takes to follow along. If you don't know this shit, check out the links below for my Beginner C++ series. Check out the list of topics learned in Beginner for more details on what you need to know to follow Intermediate.