Thread: more newbie questions - file io

  1. #1
    sunzoner
    Guest

    Question more newbie questions - file io

    To all,
    I know there are a few ways to do file io. There are binary, sequence and random methods.
    I get to know about using the iostream.h as a means of file io. Using ofstream and ifstream is which of the methods?
    Can I append to the file?
    I want to use a file io system with some feature of an database., meaning I can add more information to the file or change some exsiting value on it.
    Can anyone point me to more information on this?
    Thanks in advance.

  2. #2
    Registered User Mario's Avatar
    Join Date
    May 2002
    Posts
    317
    Regards,
    Mario Figueiredo
    Using Borland C++ Builder 5

    Read the Tao of Programming
    This advise was brought to you by the Comitee for a Service Packless World

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. newbie question reguarding safe practice of file io
    By Ashii in forum C++ Programming
    Replies: 2
    Last Post: 11-05-2008, 03:47 PM
  2. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  3. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  4. More newbie questions - file and directory
    By Sunzoner in forum C++ Programming
    Replies: 3
    Last Post: 06-24-2002, 03:57 PM