|
-
November 9th, 2003, 06:57 AM
#1
fstream & ofstream
what is the difference between them?
-
November 9th, 2003, 08:42 AM
#2
Re: fstream & ofstream
Originally posted by avi123
what is the difference between them?
Code:
ifstream + ofstream == fstream
-
November 9th, 2003, 08:47 AM
#3
what is ifstream
what is ofstream
-
November 9th, 2003, 08:52 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|