Search:

Type: Posts; User: Nominal Animal

Search: Search took 0.02 seconds.

  1. You're welcome. Do not be discouraged about the...

    You're welcome. Do not be discouraged about the errors; just try again. We all make a lot of errors.

    Also, I find it much easier to re-read my own code after a good night's sleep. Having a coding...
  2. Then you should save it into a file, compile and...

    Then you should save it into a file, compile and run it with some test input. Say you have file input.txt


    One Two Three
    Foo Bar Bazzz
    Grabblebodyhgyrhf febbaghe

    compile the...
  3. Perhaps it would be simpler to have the...

    Perhaps it would be simpler to have the get_next_value() read the value too? This one handles ASCII whitespace (as defined for the POSIX or C locale), and any newline encoding (and is thus best used...
Results 1 to 3 of 3