Thread: ifstream and ofstream

  1. #1
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Question ifstream and ofstream

    Is there a site where they explain all the functions of iftream, ofstream, and all the save/load functions?
    thx

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    93

    Why not..

    Why not just read the header files?
    or
    Just check the help file inside of your compiler and do a search for
    fstream & ofstream
    or
    http://msdn.microsoft.com/library/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Ofstream... broke as a result of ifstream fix
    By tms43 in forum C++ Programming
    Replies: 3
    Last Post: 11-12-2006, 11:40 AM
  2. ofstream and ifstream for searching and writing
    By johnnyd in forum C++ Programming
    Replies: 6
    Last Post: 03-17-2003, 08:34 AM
  3. Replies: 9
    Last Post: 06-06-2002, 07:03 PM
  4. ifstream, ofstream
    By ssjnamek in forum C++ Programming
    Replies: 7
    Last Post: 02-04-2002, 01:20 PM
  5. STL to: Cin, Cout, ifstream & ofstream
    By kuphryn in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2001, 09:32 AM