Search:

Type: Posts; User: jimblumberg

Search: Search took 0.03 seconds.

  1. Thread: lil tips

    by jimblumberg
    Replies
    7
    Views
    2,072

    Yes if you want to write to a file you should use...

    Yes if you want to write to a file you should use a open mode that allows writing, a, a+, r+, w, w+.

    Jim
  2. Thread: lil tips

    by jimblumberg
    Replies
    7
    Views
    2,072

    It should be in the file, not on the console. ...

    It should be in the file, not on the console.

    Jim
  3. Thread: lil tips

    by jimblumberg
    Replies
    7
    Views
    2,072

    Remember that C processes a file from top down....

    Remember that C processes a file from top down. Any function or variable must be defined before it can be used. Does your program do this. Where is your function defined, before or after your...
Results 1 to 3 of 3