On Wed, 1 Aug 2001, Joseph Gleason wrote: : :----- Original Message ----- :From: "Alex Zepeda" <[EMAIL PROTECTED]> :> 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 : : :Alright, I made a mistake. But I did read the man page. Where does it say :off_t is 64bits? : :My mistake was not digging through the include files enough to see what was :going on. : The types(5) manpage will tell you this. -- [EMAIL PROTECTED] Bipedalism is only a fad. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Finding filesizes in C++ for files greater than 4gb Joseph Gleason
- Re: Finding filesizes in C++ for files greater than ... Alfred Perlstein
- RE: Finding filesizes in C++ for files greater than ... John Baldwin
- RE: Finding filesizes in C++ for files greater than ... Daniel O'Connor
- Re: Finding filesizes in C++ for files greater than ... Warner Losh
- Re: Finding filesizes in C++ for files greater than ... Alex Zepeda
- Re: Finding filesizes in C++ for files greater than ... Joseph Gleason
- Re: Finding filesizes in C++ for files greater t... Alex Zepeda
- Re: Finding filesizes in C++ for files greater t... Terry Lambert
- Re: Finding filesizes in C++ for files greater than ... David Scheidt
- Re: Finding filesizes in C++ for files greater t... Joseph Gleason
- Re: Finding filesizes in C++ for files greater than ... Jim Bryant
- Re: Finding filesizes in C++ for files greater than ... Kent Stewart
- Re: Finding filesizes in C++ for files greater than ... Jim Bryant
- Re: Finding filesizes in C++ for files greater t... David O'Brien
- Re: Finding filesizes in C++ for files greater than ... Terry Lambert
- Re: Finding filesizes in C++ for files greater than ... Chirag Kantharia
- Re: Finding filesizes in C++ for files greater t... Greg Black
- Re: Finding filesizes in C++ for files greater t... Terry Lambert