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...") |
(No difference)
|
Revision as of 17:58, 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.