Re: fopen and r+ problem
- From: s1m0n <nomail@xxxxxxxxxxxx>
- Date: Fri, 14 Sep 2007 20:33:04 +0200
J.O. Aho a couché sur son écran :
s1m0n wrote:Hi everybody,
I would like to write a simple code to add some text at the begining of
a file without erase the other data.
Use append instead, 'a', this will add new lines to the bottom instead of at
the first position in the file (as long as you don't read ahead).
Thanks to both of you.
--
++
Simon
--------
http://latox.free.fr/3d/
.
- References:
- fopen and r+ problem
- From: s1m0n
- Re: fopen and r+ problem
- From: J.O. Aho
- fopen and r+ problem
- Prev by Date: Re: Create a website search engine
- Next by Date: associative array to list
- Previous by thread: Re: fopen and r+ problem
- Next by thread: associative array to list
- Index(es):