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
How do you append a file?
How do you append a file?
Mar 21, 2012 at 4:07pm UTC
Crimzon
(13)
Can someone help me? In simple terminology please.
Mar 21, 2012 at 4:08pm UTC
LB
(13399)
Do you want to:
A. Append data to the end of a file
B. Append a file to the end of data
C. Append a file to the end of a file
D. Append a file...and that's it
Last edited on
Mar 21, 2012 at 4:09pm UTC
Mar 21, 2012 at 4:14pm UTC
Crimzon
(13)
C
Mar 21, 2012 at 4:22pm UTC
Moschops
(7244)
When you open it for writing, be sure to use the
app
flag.
http://www.cplusplus.com/reference/iostream/ofstream/open/
Last edited on
Mar 21, 2012 at 4:22pm UTC
Topic archived. No new replies allowed.