Difference between revisions of "Beginner C++ Game Programming Tutorial 18"
From Chilipedia
(Created page with "In this video we dig down in the dirty, juicy secrets of the C++ toolchain (the preprocessor, compiler, and linker). == Topics Covered == * The C++ build process * Preprocess...") |
(→Video Timestamp Index) |
||
Line 10: | Line 10: | ||
== Video Timestamp Index == | == Video Timestamp Index == | ||
− | [https://youtu.be/ | + | [https://youtu.be/pkZc4Vpemlg Tutorial 18] |
== Homework == | == Homework == |
Revision as of 18:07, 8 January 2017
In this video we dig down in the dirty, juicy secrets of the C++ toolchain (the preprocessor, compiler, and linker).
Topics Covered
- The C++ build process
- Preprocessing and Translation Units
- Compilation
- Linking and Object Files
- Why we have headers and #pragma once
- Circular #include is a bad idea
Video Timestamp Index
Homework
There is no homework for this video. May God have mercy on our souls.