Difference between revisions of "Intermediate C++ Game Programming Series"

From Chilipedia
Jump to: navigation, search
(List of Tutorials)
(List of Tutorials)
Line 14: Line 14:
 
| 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;"|[[Intermediate C++ Game Programming Tutorial 0|Intermediate C++ Game Programming [Introduction]]]
| style="border:1px solid grey;"|April 28, 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:Beginner C++ Game Programming Tutorial 0}}
 
| style="border:1px solid grey;padding:8px;" colspan="4" | {{#lsth:Beginner C++ Game Programming Tutorial 0}}
 
|}
 
|}

Revision as of 22:39, 28 April 2017

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.

Topics Covered

Coming soon!

List of Tutorials

Tutorial Number Title Release Date Runtime
0 Intermediate C++ Game Programming [Introduction] April 29, 2017 8:25
This tutorial introduces the Beginner C++ Game Programming Series and walks you through the setup required to follow along with Chili. It also explains who the series is intended for, the goals and outline of the series, and tips on how to succeed, but you can skip all that bullshit if you have crippling ADD. For a detailed list of what is covered in Beginner, see this page.