Re: newbie question [C language]
- From: Willem <willem@xxxxxxxx>
- Date: Thu, 30 Jun 2005 09:27:31 +0000 (UTC)
Fred_NacH wrote:
) I was wondering, how to retrieve the size/length of a file by only using
) the ansi functions...
Read from the file until you reach the end and count how much you've read.
Functions (stat) that retrieve file length etc. are not in the ANSI C spec
AKAIK, although I admit I'm not sure.
SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
.
- Follow-Ups:
- Re: newbie question [C language]
- From: Randy Howard
- Re: newbie question [C language]
- References:
- newbie question [C language]
- From: Fred_NacH
- newbie question [C language]
- Prev by Date: newbie question [C language]
- Next by Date: Re: 16bit dll from 32bit app
- Previous by thread: newbie question [C language]
- Next by thread: Re: newbie question [C language]
- Index(es):
Relevant Pages
|