Name: Anonymous 2007-11-08 12:51
What the fuck? Why, when I try to write a string to a text file using C, does it change the first character to "ÿ"?
e.g.
ÿ10
ÿhis
ÿololol
ÿhis
(all input on different runs of the program).
I'm using "a+" if that makes any difference, though I've tried with "r+" aswell and that does the same thing.
Any help?
e.g.
ÿ10
ÿhis
ÿololol
ÿhis
(all input on different runs of the program).
I'm using "a+" if that makes any difference, though I've tried with "r+" aswell and that does the same thing.
Any help?