User profile: Pianokey09

User info
User name:Pianokey09
Name:Chelsea
Location:Connecticut
Statistical data
Birthdate:Dec 9, 1991
Gender:Female
Occupation:Student
History
Joined:
Number of posts:11
Latest posts:

Loop Problems
[output]Enter file name: class Fall 2012 Student Grade Report: No. ID L...

Loop Problems
[output]Enter file name: class Fall 2012 Student Grade Report: No. ID L...

Loop Problems
[code] #include <iostream> #include <fstream> #include <iomanip> #include <string> using name...

Processing Data From a File
[code][/code] cout << "Enter Student ID (999 to end): "; cin >> searchId; inFile.open(file + ".t...

Processing Data From a File
I did fix that and it works now. Thank-you. I also have to write and call a function that when the ...