Thread: Eof

  1. #1
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463

    Eof

    what is EOF?

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    End of file.

    Look a few threads down if you haven't.
    Search google, etc..
    The world is waiting. I must leave you now.

  3. #3
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    ok, simple enough. thanks. Is C++ better than C in most situations??? I am planning to learn C++ after I've known C a couple of years (maybe when I get into college), and I've heard it's near impossible to learn C++ without knowing C first. I'm just wondering which one is overall better, or which is better for what.

  4. #4
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Don't ask me.
    I'm still working on C.

    I do know they're both strikingly similar.
    You probably started a huge dicusssion with that question though..
    The world is waiting. I must leave you now.

  5. #5
    TravisS
    Guest
    Huge discussion is right


    I would say there are big similarities and huge differences. Lets just put it that way

  6. #6
    Registered User
    Join Date
    Sep 2001
    Location
    Fiji
    Posts
    212
    Is C++ better than C in most situations???
    C is an excellent language, C++ is also an excellent language. C++ has advantages over C certainly, but I wouldn't say it is better. I use both C and C++.

  7. #7
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    I've heard it's near impossible to learn C++ without knowing C first
    No way! I started with C++ then went back to C. As long as you can get to grip with the differences, it doesn't matter which order you do it. That's my opinion anyway.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

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