Thread: file i/o

  1. #1
    Arggggh DeepFyre's Avatar
    Join Date
    Sep 2004
    Posts
    227

    file i/o

    does anyone know of a good file i/o tutorial? the one at cpprogramming isnt too indepth .... thanks
    Keyboard Not Found! Press any key to continue. . .

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    computer.howstuffworks.com/c.html
    Last edited by sean; 12-24-2004 at 06:36 PM.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >the one at cpprogramming isnt too indepth
    It doesn't need to be. The only difference between typical file I/O and interactive I/O is that you have to open a file and test for success. Everything else is designed to be used identically as cin and cout.
    My best code is written with the delete key.

  4. #4
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    none...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  3. 2 questions surrounding an I/O file
    By Guti14 in forum C Programming
    Replies: 2
    Last Post: 08-30-2004, 11:21 PM
  4. File I/O problems!!! Help!!!
    By Unregistered in forum C Programming
    Replies: 4
    Last Post: 05-17-2002, 08:09 PM
  5. advice on file i/o
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 11-29-2001, 05:56 AM