Intermediate C++ Game Programming Tutorial 14

From Chilipedia
Revision as of 01:33, 24 September 2017 by Chili (Talk | contribs) (Created page with "In this tutorial we learn how to make our own goddamn templates. Drunk with power, we are. Also functors, which are pretty sweet and an integral part of the standard library....")

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

In this tutorial we learn how to make our own goddamn templates. Drunk with power, we are. Also functors, which are pretty sweet and an integral part of the standard library.

Topics Covered

  • Class template
  • Function template
  • Functors
  • typedef
  • Template parameter deduction

Video Timestamp Index

Tutorial 14

Source Code

Sprite Repo

Homework

No homework.

See also