In this video, I'm going to show you how to do some simple input from text files.
You already know how! Reading from a text file is just like reading input from the screen using cin, just a _little_ different. Let's see how to do it!
2:34 ⇒ Get to the code
See my video on how to write to text files here:
https://youtu.be/plZXyveyYjU
// Learn More //
Check out my complete C++ videos playlist:
https://www.youtube.com/playlist?list=PLaatXkJEXKyIK736SvHJBY6cc8azGaxXo
Check out all my C++ videos for file i/o in my files playlist:
https://www.youtube.com/playlist?list=PLaatXkJEXKyI-ktOKm2TNazuXkKSsPGsd
// Consider supporting this channel in multiple ways
https://paypal.me/hankstalica1
https://www.youtube.com/channel/UC-RZhAum87am1bsFAJ_HV-g/join
#programming #C++ #tutorial