+ 1
How do I append into a file without using ios::app
Appending to a file
4 Réponses
+ 2
Why wouldn't you want to use the std::ios::app tag to append?
+ 2
Thats fine too, then it's enough to write ios::app.
+ 1
i want to use namespace std,
+ 1
thank you