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
About outputting to a file
About outputting to a file
May 1, 2011 at 8:36pm UTC
pantsbandit
(24)
Is there anyway to output to a file by having one command at the end of the program instead of having to put couts to that file all over the program?
May 1, 2011 at 9:22pm UTC
GodPyro
(151)
ofstream::write()
http://www.cplusplus.com/reference/iostream/ostream/write/
Topic archived. No new replies allowed.