Validating User Input in C++

This video teaches the following:

  1. 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)
  2. 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)
  3. How to implement “Press enter to continue.”
    (from 21:06 to 24:02)
Pointers in C++

Pointers in C++

Why Pointers? https://www.youtube.com/watch?v=qK2YHYIfkE4 The Basics of Pointers https://www.youtube.com/watch?v=GIIFVy4VTFw Arrays and Pointers https://www.youtube.com/watch?v=MuB2VHIuaCU Dynamic Memory Allocation https://www.youtube.com/watch?v=rB8myY8NfjU Functions & Pointers https://www.youtube.com/watch?v=NTz9ETEIVGY