Lecture 3 - Slide 18 : 27
Standard streams - and files
Like most other programming languages C++ supports a number of standard input and output streams
fstream-prog.cc
Opening, working on, and closing a file - as simple as possible.