Re: Moving from C++ to VC++

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Hendrik Schober" <SpamTrap@xxxxxx> wrote:
>
>> Would you really
>> like to see fseek take an offset value that's 8,192 bits?
>
> How else would I be able to access files
> 2^8192 bytes big?

I guess you would have to become the Divine Creator itself. The number of
electrons required to span the known universe today is smaller than 2^150.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc
.



Relevant Pages

  • Re: feof(), fseek(), fread()
    ... offset of a file and still be able to detect EOF?i.e. ... this without fseek(), that's why I posted this question. ... EOF is a macro defined in stdio.h probably as.. ... eoff = ftell; ...
    (comp.lang.c)
  • Re: Application Reading Itself
    ... carefully notice that I fseek to the end of the file with a -8 offset. ... the offset is ignored if I use the SEEK_END flag. ... For a binary stream, the new position, measured in characters from ...
    (comp.lang.c)
  • Re: feof(), fseek(), fread()
    ... offset of a file and still be able to detect EOF?i.e. ... I still don't know how can I detect EOF while I'm always use fseek() ... The end-of-file indicator indicates that the last attempt to read from ...
    (comp.lang.c)
  • Re: backspace error (reading file from the end)
    ... particularly common implementation choice. ... The C library routines ftelland fseek() are used to find a position ... the value returned by ftell() is the byte offset into the file. ...
    (comp.lang.fortran)
  • Re: textvsbinary
    ... Furthermore, for analogous reasons, the fseek and ftell functions do ... Does it mean that offset values are those which can be represented by ... Unix-like systems use a single ASCII LF character to indicate the end ...
    (comp.lang.c)