How do I append into a file without using ios::app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I append into a file without using ios::app

Appending to a file

24th Feb 2019, 10:41 AM
Spryt La Cool
Spryt La Cool - avatar
4 Answers
+ 2
Why wouldn't you want to use the std::ios::app tag to append?
16th Mar 2019, 3:14 AM
TwoHands
TwoHands - avatar
+ 2
Thats fine too, then it's enough to write ios::app.
16th Mar 2019, 11:27 AM
TwoHands
TwoHands - avatar
+ 1
i want to use namespace std,
16th Mar 2019, 5:09 AM
Spryt La Cool
Spryt La Cool - avatar
+ 1
thank you
16th Mar 2019, 4:13 PM
Spryt La Cool
Spryt La Cool - avatar