![]() |
noob programmer needs a hand with file IO =(
Been working on this for a whole day now. I need to write text at a particular point in a file.
CODE: Code:
/* fseek example */This is an apple. sam SHOULD BE: This is a sample. Could it be my compiler? I just have a crappy one that I downloaded online somewhere. fflush(pFile) after my first fputs() doesn't work either. =( |
Re: noob programmer needs a hand with file IO =(
fixt. was my compiler
|
Re: noob programmer needs a hand with file IO =(
If you are opening the file using "w" that means its created newly and so it does not have a position you are specifying because fseek cannot put a pointer beyond EOF.
|
| All times are GMT +5.5. The time now is 02:50. |