Undefined Behavior in C++ - What Is It, and Why Do You Care?

Undefined Behavior in C++ - What Is It, and Why Do You Care?

CppNow via YouTube Direct link

Warnings as errors

15 of 25

15 of 25

Warnings as errors

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Undefined Behavior in C++ - What Is It, and Why Do You Care?

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Boost Lists
  3. 3 What is undefined behavior
  4. 4 Examples of what could happen
  5. 5 Array example
  6. 6 Signed integer overflow
  7. 7 Example program crashes
  8. 8 Compiler optimizations
  9. 9 Can you order pointers
  10. 10 Is this a new thing
  11. 11 Copy with overlapping buffers
  12. 12 Modulo bugs
  13. 13 Ignoring integer overflow
  14. 14 Uninitialized variables
  15. 15 Warnings as errors
  16. 16 Uninitialized variable
  17. 17 Uninitialized
  18. 18 Why do we do this
  19. 19 Performance and code size
  20. 20 Language semantics
  21. 21 Types of undefined behavior
  22. 22 Is undefined behavior legal
  23. 23 History of undefined behavior
  24. 24 Search theory
  25. 25 Printing

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.