cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Fstream?
Fstream?
Sep 1, 2008 at 12:58am UTC
CheesyBeefy
(80)
I've heard that Fstream can open and write etc text files, is that right? If so, how do I use it?
Sep 1, 2008 at 1:31am UTC
firedraco
(6247)
Yes, look at:
http://www.cplusplus.com/reference/iostream/fstream/
Sep 4, 2008 at 1:26pm UTC
Umz
(205)
Yea, the links kinda complicated though, doesn't tell you how to use it if you don't already know. Just tells you the class members which are also useful tho.
fstream is complicated use this link:
http://www.functionx.com/cpp/articles/filestreaming.htm
Also fstream can open any type of file and write to any type of file. Very useful.
Last edited on
Sep 4, 2008 at 1:26pm UTC
Topic archived. No new replies allowed.