SyntaxFix
Write A Post
Hire A Developer
Questions
int x; ifile >> x while (!iFile.eof()) { cerr << x << endl; iFile >> x; }