Search:

Type: Posts; User: laserlight

Search: Search took 2.77 seconds.

  1. Replies
    21
    Views
    4,517

    Oh yeah. You're using sscanf, not scanf, so that...

    Oh yeah. You're using sscanf, not scanf, so that is fine. If you used scanf instead, then the order matters because the input buffer would be changed.
  2. Replies
    21
    Views
    4,517

    Haven't tested, but I don't think that is correct...

    Haven't tested, but I don't think that is correct because order of evaluation is unspecified.
  3. Replies
    21
    Views
    4,517

    I would think that you have seen how scanf, or...

    I would think that you have seen how scanf, or fgets with sscanf or strtol or atoi, have been used.
Results 1 to 3 of 3