Choosing the Right Integer Types in C and C++

Choosing the Right Integer Types in C and C++

code::dive conference via YouTube Direct link

Numeric Limits

31 of 41

31 of 41

Numeric Limits

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. 1 Introduction
  2. 2 Agenda
  3. 3 The problem
  4. 4 What could go wrong
  5. 5 Auto in C
  6. 6 Auto everything
  7. 7 Moving between platforms
  8. 8 Why C
  9. 9 Alignment
  10. 10 Processor Size
  11. 11 Basic Integers
  12. 12 Character Types
  13. 13 Boolean Types
  14. 14 Arithmetic and unsigned types
  15. 15 Standard integer types
  16. 16 Arithmetic conversions
  17. 17 Formalism
  18. 18 Ranking Scheme
  19. 19 Conversions
  20. 20 Testing
  21. 21 Narrowing Conversion
  22. 22 Signed Integers
  23. 23 Guaranteed Size
  24. 24 The Same Size
  25. 25 The Platforms Vary
  26. 26 The Sizes Arent Secret
  27. 27 Symbolic Constants
  28. 28 Context Constants
  29. 29 CharBed
  30. 30 Bit Size
  31. 31 Numeric Limits
  32. 32 Standard End
  33. 33 Exact Width
  34. 34 Int Least
  35. 35 Integer Fast
  36. 36 Signed Integer Type
  37. 37 Size Type
  38. 38 Difference Type
  39. 39 C Auto
  40. 40 CPPCon
  41. 41 Summary

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.