Thread: Need Help understanding how to read files.

  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    103

    Need Help understanding how to read files.

    I've been reading some tutorials on how to read files in C, but I can't grasp the concept of how to read in a file and write out a file.

    Following some examples I've written a an example code that reads in a name,phone number, and gender.

    EX.

    1. Phil
    234-324-2362

  2. #2
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,834
    Let's see the example code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Having a hard time understanding FILES!
    By nesir in forum C Programming
    Replies: 18
    Last Post: 10-02-2006, 04:41 PM
  2. Read INDEX.DAT files?
    By Queatrix in forum Windows Programming
    Replies: 3
    Last Post: 09-08-2006, 08:03 AM
  3. Read Only files
    By DominicTrix in forum C++ Programming
    Replies: 4
    Last Post: 12-11-2004, 02:55 AM
  4. using threads to write & read from files
    By kishorepalle in forum C Programming
    Replies: 4
    Last Post: 10-19-2004, 05:19 PM
  5. Replies: 1
    Last Post: 07-24-2002, 06:33 AM