User profile: bigmoney221
User info |
User name: | bigmoney221 |
History |
Joined: | |
Number of posts: | 12 |
Latest posts: |
Reading in scores from a file I thought about for loops, but I am having trouble thinking logically how to set it up.
Reading in scores from a file I defined infile and opened the input file earlier in the program. eof() is there as !infile.eof()....
Reading in scores from a file What I've tried:
string first_name, last_name;
int a, b, c, sum, Qt, Ht, Et;
int Total, num, coun...
Reading in scores from a file I am having trouble figuring out how to read in scores from a file. The first line of the file has t...
Reading in scores from a file I am having trouble figuring out how to read in scores from a file. The first line of the file has ...
|