Answer the question
In order to leave comments, you need to log in
How to set the file open mode?
For example, in C++ this is done like this: ofstream fout("cppstudio.txt", ios_base::app); - open the file to add information to the end of the file
Answer the question
In order to leave comments, you need to log in
FileOutputStream second parameter specifies the recording method, true - adding to the end.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question