Re: FILE Writing Error



In article <mn.81967d57ca96a154.15512@xxxxxxxxxxxxxx>,
Emmanuel Delahaye <emdel@xxxxxxxxxxxxxx> wrote:
>CK wrote on 16/07/05 :
>> if u read from one file and write to another file using fgetc,fputc
>> for reading and writing ,but i add some character at the end of
>> file,how can i retify thi
>
>Would you please rephrase this in plain correct English ?

Oh, no, please don't. It wouldn't be nearly as entertaining if it did.

.



Relevant Pages

  • Re: Update
    ... So my writing isn't making the jumps it could, ... otherwise not particularly good series --the lead character nearly ... The possible interruption was someone betareading one of my books, ... I liked reading the story. ...
    (rec.arts.sf.composition)
  • Re: Critique rules
    ... reading lots by people who use language like a finely tuned instrument - ... feelings they create, the words and writing ... a character who's silent, no words at all would come. ... acquiring new skills and gaining a better understanding of what to do ...
    (rec.arts.sf.composition)
  • Re: Read only last line-
    ... long prev = 0, here; ... here is really the end of file and prev is the offset to the ... Thank you for reading. ... Reading the file character at a time simplifies things so I don't need to know how long a line is. ...
    (comp.lang.c)
  • Re: Is it possible to use python to get True Full Duplex on a Serial port?
    ... What I would really like is to have two threads - one that does blocking input waiting for a character, and one that examines an output queue and transmits the stuff it finds. ... You need to open *two* file objects, one for reading ... writing thread. ...
    (comp.lang.python)
  • Sorta noob question - file vs. open?
    ... Been reading the docs saying that file should replace open in our code, ... # Open file for writing, write something, close file ... Prev by Date: ...
    (comp.lang.python)