Beginner C++ Game Programming Tutorial 18

From Chilipedia
Revision as of 18:07, 8 January 2017 by Chili (Talk | contribs) (Video Timestamp Index)

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