Reading Data from a FileThe int variable n from before the while loop [code]int n = 0;[/code] can represent the number of l...
Reading Data from a Filei believe you should change line 50 to 59 to [code] [u]int n = 0;[/u] while (!dataFile.eof()[u] && n...
Declaring charater Stringsor [code]using namespace std;[/code] way at top
This user does not accept Private Messages