Search:

Type: Posts; User: djdato

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    9,719

    lol... I forgot to put the closing bracket on the...

    lol... I forgot to put the closing bracket on the previous function...so it was including the next function in it.
  2. Replies
    3
    Views
    9,719

    syntax error at end of input

    hi guys, i keep getting the 'syntax error at end of input', but I can't see anything wrong.



    void
    middle(void){
    array_t midpoint[HEIGHT][WIDTH];
    int s, t;
    for(s=0;s<HEIGHT-1;s++){
    ...
Results 1 to 2 of 2