22 Nov
2005
22 Nov
'05
3:21 p.m.
Pedro, I have been using iostream's file_sink and file_source with the binary flag and everything is working fine. One hint, if you're opening file with that flag I would use the read() or write() of the std:: fstream interace, only. I have had bad experience with all those operator >>() . Greets, Christian