Tutorial: Reading from and Writing to Files

<-Previous | ^UP^ | Next->

A basic requirement for most applications is to be able to interface to the outside world. This may be done with a User Interface, but it may also be done by reading inputs from a file and/or writing outputs to a file

This tutorial covers the basics of file i/o