Message-Id: <199906221109.NAA23049@deimos.worldonline.nl> From: "Bart Alewijnse" To: "Eli Zaretskii" Cc: Subject: Re: Screen copy Date: Tue, 22 Jun 1999 13:08:01 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01BEBCB0.41A438A0" Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_01BEBCB0.41A438A0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanx bunches on the screen copy stuff.. Next question: (sorry:) How can you determine where in a file you are (declared by eg. FILE *infile;) fseek does know where to look (for its relative move) but I can't find the definition of FILE, nor the code for fseek(). Is there a way that doesn't mean fseeking a lot, (fseek relative +1, testing for EOF, then absolute fseek to 0, and do it again, to see where in the file you must fseek you were and must return to) wasting a lot of time? -Bart ------=_NextPart_000_01BEBCB0.41A438A0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


Thanx bunches on the screen copy = stuff.. Next question: (sorry:)
How can you determine where in a file = you are (declared by eg.
FILE *infile;) fseek does know where to = look (for its relative move)
but I can't find the definition of FILE, = nor the code for fseek().

Is there a way that doesn't mean = fseeking a lot, (fseek relative +1,
testing for EOF, then absolute = fseek to 0, and do it again, to see
where in the file you must fseek = you were and must return to)
wasting a lot of time?

-Bart

------=_NextPart_000_01BEBCB0.41A438A0--