Re: Cross version compatible way to set the file pointer to eof
Re: Cross version compatible way to set the file pointer to eof
- Subject: Re: Cross version compatible way to set the file pointer to eof
- From: Shane Stanley <email@hidden>
- Date: Fri, 07 Dec 2001 11:26:39 +1100
On 7/12/01 10:53 AM +1000, Timothy Bates, email@hidden, wrote:
>
My solution currently is to explicitly direct all writes to the eof, rather
>
than presetting the pointer to eof, i.e.,
>
>
write "string" to f starting at eof
>
>
but it would be nice to be able to just say
>
write string to f
>
>
As there are sometimes several dozen calls to write within 1 call to the
>
handler.
Performance-wise, they seem exactly the same to me. One just takes longer to
type...
--
Shane Stanley, email@hidden