Quote:
Originally Posted by Arkshine
- First, instead of using format() + fputs() ; you can use directly fprintf().
- If you want to start at the end of file you need to use the "a" flag.
|
ah , where did you get fprintf() from?
You know to much!!
Quote:
|
Originally Posted by matsi
^n
edit: What about using flags "at"? Would that be correct or incorrect?
|
Seems like i had to use the flag "a" but had to use ^n also but that I would had figuren out. Thanks anyway :p
__________________