Search:

Type: Posts; User: Salem

Search: Search took 0.40 seconds.

  1. Replies
    8
    Views
    1,573

    > void addRecord(RECORD input[], int...

    > void addRecord(RECORD input[], int arraycounter);
    Remove the ; at the end of this line (and the same for all your other function definitions).

    Then move all your function definitions outside...
  2. Replies
    8
    Views
    1,573

    What are lines 37,39,41 missing, to make them...

    What are lines 37,39,41 missing, to make them into function calls?
Results 1 to 2 of 2