Beginner C++ Game Programming Tutorial 18

From Chilipedia
Revision as of 17:58, 8 January 2017 by Chili (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Tutorial 18

Homework

There is no homework for this video. May God have mercy on our souls.

See also