Fstream?

I've heard that Fstream can open and write etc text files, is that right? If so, how do I use it?
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
Topic archived. No new replies allowed.