Search:

Type: Posts; User: Merholtz

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,333

    Well, I got the student portion set but now it...

    Well, I got the student portion set but now it says there is a parse error before the quiz portion on line 28.




    #define GRADES 5
    #define STUDENTS 10

    #include <stdio.h>
  2. Replies
    7
    Views
    2,333

    Ah, I see what you mean. It reads the first set...

    Ah, I see what you mean. It reads the first set of numbers I want and even prints them. I just need a reliable way to print them off before I reset them. New code is




    #define GRADES 5...
  3. Replies
    7
    Views
    2,333

    I tried braces on that portion but all it does is...

    I tried braces on that portion but all it does is print the array and none of the results I need.
  4. Replies
    7
    Views
    2,333

    Small problem with this array...

    I'm trying to establish for each student from a data file an average, their lowest and maximum grades. The problem comes when I add in the portion with a back slash next to it. Not only does it not...
  5. Replies
    3
    Views
    1,642

    Thank you very much for the quick replies and...

    Thank you very much for the quick replies and explanations.
  6. Replies
    3
    Views
    1,642

    Problem with a switch statement.

    This is a switch statement that works with a float variable. I am trying to discover why it is allowed to work. I can think of only three answers:

    1. Float isn't really float.
    2. It figures the...
  7. Replies
    5
    Views
    1,058

    Ok, I was able to correct the error. Thank you...

    Ok, I was able to correct the error. Thank you for your help and I'll remember the code tag for next time.
  8. Replies
    5
    Views
    1,058

    Problem with this function

    Good day. I am rather new to these forums and was wondering if I could obtain some assistance with this project. Here is the code and what is happening is that an infinite loop is happening. Any help...
Results 1 to 8 of 8