Thread: quick file i/o

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    28

    quick file i/o

    okay, so i procrastinate, and have no idea how to do any kind of file i/o in C++. can anyone give me the "cut-to-the-chase" version of low level file i/o???

    all i really want to do is take user input, store it in an array, then read from the array to the file. and the read from the file to the screen. (dont ask me why, it's my instructor).

    *sigh*
    eat, drink and be merry. for tomorrow: we party.

  2. #2
    Green Member Cshot's Avatar
    Join Date
    Jun 2002
    Posts
    892
    You need to ask this in the c++ board.

    Try searching around there because it's been asked numerous times.
    Try not.
    Do or do not.
    There is no try.

    - Master Yoda

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    Gaaah! No! READ THE FAQ!!

  4. #4
    Registered User
    Join Date
    Aug 2002
    Posts
    28

    oh my

    thats how bad this is, i didnt even realize that i didnt post it in the c++ board.
    eat, drink and be merry. for tomorrow: we party.

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. Subtle(?) File I/O Problem
    By cecomp64 in forum C Programming
    Replies: 9
    Last Post: 07-16-2008, 11:39 AM
  3. File I/O Question
    By Achy in forum C Programming
    Replies: 2
    Last Post: 11-18-2005, 12:09 AM
  4. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  5. File I/O on Network drive, Quick Question
    By kransk in forum C++ Programming
    Replies: 3
    Last Post: 11-24-2003, 09:17 AM