Search:

Type: Posts; User: micmagicfly

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    8,913

    So do I get rid of the eof function..? I'm not...

    So do I get rid of the eof function..? I'm not sure what i'd use to replace it.
  2. Replies
    7
    Views
    8,913

    Of course it has to be something very simple like...

    Of course it has to be something very simple like that lol. Thanks so much.

    My only problem I have left is the output says:

    1234567 20
    9876543 15
    5554446 Too few answers
    4445556 Too many...
  3. Replies
    7
    Views
    8,913

    The output file simply reads "0". That's what the...

    The output file simply reads "0". That's what the problem is...
  4. Replies
    7
    Views
    8,913

    Multiple-Choice Exam Program

    I have to write a multiple choice program and the following code is as far as i've gotten. It's coming back with a value of 0


    You’ve been asked to write a program to grade a multiple choice...
  5. Replies
    3
    Views
    1,222

    Array Problem

    What is wrong with the following code segment?



    const int limit = 100;
    int eprep[limit];
    int examp[limit];

    for (int index = 0; index <= limit - 1; index++)
    {
Results 1 to 5 of 5