CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    112

    Read/write EOF data

    Where can I find function that reads EOF data in C/C++?

    In google I mostly find while loops that go until EOF.I need func that reads EOF.

  2. #2
    Join Date
    Jun 2005
    Posts
    315

    Re: Read/write EOF data

    Something like fseek()?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured