Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
All the programs in Chapter 8 operate on files. The first thing each of these programs does (after declaring variables) is prompt the user for a filename.
cout << "Enter a file name and press ENTER: "; cin.getline(filename, 80);