Input and output file streams

The first two statements in the doSomething function declare variables of the classes ifstream and ofstream.

These variables are used used to provide input and output file stream capability respectively.

The next two statements in the doSomething function associate those two I/O streams with the physical files named File01in.txt and File01out.txt respectively.