Forum: C++ May 27th, 2008 |
| Replies: 11 Views: 841 Hey i've done what you've said but it stills seems to only read the one value and then the program never ends. do i need a getline sorta thing? or anything else
bool readStudents(string fName,... |
Forum: C++ May 27th, 2008 |
| Replies: 11 Views: 841 Hey guys. The program is still having issues. It seems to only get the first line from the text file and i dont think its putting it into the array.
Any help would be appreciated
bool... |
Forum: C++ May 27th, 2008 |
| Replies: 11 Views: 841 Ok thanks guys for all the help sorry to be such a n00b at all this. I've got it to sorta work now, but it seems to only do one line and not load all the values of the text document into the... |
Forum: C++ May 27th, 2008 |
| Replies: 11 Views: 841 Hey thanks for the help
I made this function i think it'll do the job. But i keep getting an expected declaration before "}". What do you guys think?
bool readStudents(string fName, studentType... |
Forum: C++ May 27th, 2008 |
| Replies: 11 Views: 841 Hey guys,
i'm new here and i'm also new to C++. I have a task where I have the user input a file name and then the program loads it into an array of type struct then finds the top 3 values and... |