CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2003
    Posts
    815

    fstream & ofstream

    what is the difference between them?

  2. #2

    Re: fstream & ofstream

    Originally posted by avi123
    what is the difference between them?
    Code:
    ifstream + ofstream == fstream

  3. #3
    Join Date
    Sep 2003
    Posts
    815
    what is ifstream
    what is ofstream

  4. #4
    Join Date
    Apr 2003
    Posts
    893
    Originally posted by avi123
    what is ifstream
    what is ofstream
    I think fstream is file stream, ifstream is input file stream, ofstream is output file stream, Mmm. That s it !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured