+ 3
ios::app vs ios::ate mode in file handling?
In cpp I am kind of confused over these term i know app flag is used to append data at the end of a file but ate also does that so what's the difference?
6 Respuestas
+ 5
edit
ate has more features
a resource/reference
https://www.tutorialspoint.com/cplusplus/cpp_files_streams.htm
+ 6
This is the one I use most
http://www.cplusplus.com/doc/tutorial/files/
+ 6
If that fails
http://en.cppreference.com/w/
+ 4
Do you code on an IDE?
+ 3
Yeah i use code blocks most of the time
+ 3
The article doesn't provide sufficient info ......