Thread: C++ File Input Output VS C file Input Output

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    61

    C++ File Input Output VS C file Input Output

    One of the advantage of C++ file IO is that when the exception is thrown or file handle goes out of scope, file handles are closed automatically.

    What are the other points where C++ file IO scores over C file IO and vice a versa?

  2. #2
    Registered User
    Join Date
    Aug 2006
    Posts
    100
    Forumuser: You really are an annoying troll, you know that?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. A development process
    By Noir in forum C Programming
    Replies: 37
    Last Post: 07-10-2011, 10:39 PM
  2. Input File to Output File
    By ejiroy in forum C++ Programming
    Replies: 1
    Last Post: 04-26-2009, 11:40 PM
  3. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  4. File Input and Output, simple.
    By Vber in forum C Programming
    Replies: 5
    Last Post: 11-17-2002, 02:57 PM
  5. Simple File Creation Algorithm
    By muffin in forum C Programming
    Replies: 13
    Last Post: 08-24-2001, 03:28 PM