Search:

Type: Posts; User: tabstop

Search: Search took 0.07 seconds.

  1. Is it what? data.txt SET 10 4 RUN 5 SET 3...

    Is it what?
    data.txt


    SET 10 4
    RUN 5
    SET 3 3


    check.c
  2. IF you know that the format isn't going to get...

    IF you know that the format isn't going to get too crazy from here, you can just do


    fscanf("%s %d %d", this, &that, &theother);

    because scanf will just simply not load in a second number if...
Results 1 to 2 of 2