Thread: Eof

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    227

    Eof

    what doez that mean... and what do it do...?

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    22
    Hi,
    EOF indicates the end of file.
    This is the mark that we will normally test when we read a file.
    ie, we will start reading the file from start to eof.


    By
    A.Sebasti...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. EOF Explanation Anybody?
    By blackcell in forum C Programming
    Replies: 1
    Last Post: 01-29-2008, 09:09 PM
  2. EOF or not EOF?
    By CornedBee in forum Linux Programming
    Replies: 2
    Last Post: 09-14-2007, 02:25 PM
  3. EOF messing up my input stream?
    By Decrypt in forum C++ Programming
    Replies: 4
    Last Post: 09-30-2005, 03:00 PM
  4. whats the deal with EOF really ???
    By gemini_shooter in forum C Programming
    Replies: 7
    Last Post: 03-06-2005, 04:04 PM
  5. files won't stop being read!!!
    By jverkoey in forum C++ Programming
    Replies: 15
    Last Post: 04-10-2003, 05:28 AM