Search:

Type: Posts; User: Alvaro Ryfkogel

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,844

    Thank you guys for being so friendly and...

    Thank you guys for being so friendly and providing me with some support, I finished the program already. By the way I had to use the eof because the professor said we had to, oh well.
  2. Replies
    4
    Views
    1,844

    Need some help on a project

    #include <iostream>
    #include <iomanip>
    #include<fstream>
    using namespace std;
    int main()
    {
    int grade, kount, average, max_score, min_score;
    kount = 0;
    ifstream inFile;
    ...
Results 1 to 2 of 2