Back to Browse

What is difference between ios::app and ios::ate mode?

14.1K views
Mar 31, 2016
4:07

ios::app mode allow user to append content in file. ios::ate mode allow user to write data at the end of file. Both seems same but there is a difference that ios::app won't allow movement of writing pointer in file. This video will show that difference with help of a program.

Download

0 formats

No download links available.

What is difference between ios::app and ios::ate mode? | NatokHD