satellite03
IS-IT--Management
what does it mean ios::trunc and ios::ate in C++ file handling ?
can you give one small example ...its not clear.
i got in a tutorial like....
trunc > Truncate existing file (default behavior)
ate > Opens the file without truncating, but allows data to be written anywhere in the file.
can you give some example code so that i can test and visualize the thing.
BTW, what is the full form of "ate" ?