On Wed, Aug 01, 2001 at 09:34:43PM -0400, Joseph Gleason wrote:

> In FreeBSD, how can I determine the size of a file in C++ when the file is
> greater than 4gb?
> 
> Currently, I use stat() and use st_size.  That is limited to 4gb (32bit
> unsigned int)

You're wrong.  Read the man page.  No soup for you!  Next!

- alex

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to