Hi all,
As the title of this question already suggested, I would like to know how to read (and write) binary files (aka record files) using g++. I can already read and write text files using
and
, but, since these work with streams, they might have a little problem with special characters.
Thanks in advance! Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.
As the title of this question already suggested, I would like to know how to read (and write) binary files (aka record files) using g++. I can already read and write text files using
Code:
ifstream
Code:
ofstream
Thanks in advance! Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.