Completed
Agenda
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Choosing the Right Integer Types in C and C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 The problem
- 4 What could go wrong
- 5 Auto in C
- 6 Auto everything
- 7 Moving between platforms
- 8 Why C
- 9 Alignment
- 10 Processor Size
- 11 Basic Integers
- 12 Character Types
- 13 Boolean Types
- 14 Arithmetic and unsigned types
- 15 Standard integer types
- 16 Arithmetic conversions
- 17 Formalism
- 18 Ranking Scheme
- 19 Conversions
- 20 Testing
- 21 Narrowing Conversion
- 22 Signed Integers
- 23 Guaranteed Size
- 24 The Same Size
- 25 The Platforms Vary
- 26 The Sizes Arent Secret
- 27 Symbolic Constants
- 28 Context Constants
- 29 CharBed
- 30 Bit Size
- 31 Numeric Limits
- 32 Standard End
- 33 Exact Width
- 34 Int Least
- 35 Integer Fast
- 36 Signed Integer Type
- 37 Size Type
- 38 Difference Type
- 39 C Auto
- 40 CPPCon
- 41 Summary