nTo access a disk file, you
need to open a file variable.
nFile variables are
variables of type :
nifstream (for input),
nofstream (for output),
nor fstream (for both input and output).
nYou will be using similar
functions that are in filetools.h in your labs but I want you to see how it is done in C++.
n