Search:

Type: Posts; User: oogabooga

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    6,384

    Nice of you to leave something to the OP. :)

    Nice of you to leave something to the OP. :)
  2. Replies
    7
    Views
    6,384

    Adding one more thing in the same vein as...

    Adding one more thing in the same vein as anduril's critique, you shouldn't type actual tabs into strings (which I assume you did in the strtok format strings). Use \t instead.
  3. Replies
    7
    Views
    6,384

    Please post code that actually compiles....

    Please post code that actually compiles.
    Remember to use a high warning level. For gcc:
    gcc -W -Wall yourprog.c


    I wouldn't be so sure! :)

    Run it in a debugger:
    gcc -g -W -Wall yourprog.c...
Results 1 to 3 of 3