This video teaches the following:
- C++ input/output stream error bits (goodbit, badbit, eofbit, and failbit) and the functions to test those bits
(from start of video to 6:30) - Best way to validate user input with code demonstration so that if the user enters in a character or a string instead of an integer, your program won’t crash
(from 6:30 to 21:06) - How to implement “Press enter to continue.”
(from 21:06 to 24:02)