Search:

Type: Posts; User: oogabooga

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    3,154

    That makes no sense. Remember that even if you...

    That makes no sense. Remember that even if you open a file in "binary" mode, if you output with fprintf you aren't really writing binary data! Binary data is written like this:


    FILE *fp =...
  2. Replies
    8
    Views
    3,154

    If there is no reason not to, it's usually best...

    If there is no reason not to, it's usually best to use a text file, not a binary file, since it's more portable and can be read and edited by a human (good for debugging, for example).
Results 1 to 2 of 2