File I/O in C++
No licensing information is associated
is stored on a secondary storage device (e.g., disk);
is permanent;
can be used to
n provide input data to a program
n or receive output data from a program
n or both;
n
should reside in Project directory for easy access;
must be opened before it is used
Categories: CS Department