2010-09-21, 10:22 AM
If you need to deal with data from an external source, you'll need the fstream class. This class allows you to use the ifstream and ofstream functions - the first to read files and the other to write to them.
Is that enough info to get you started?
Is that enough info to get you started?

