I\'m trying to read in data from a text file. How would I do that from C++. Do I have use the input mode?
open(fileName,ios::in)
If so, then