
4 Feb
2009
4 Feb
'09
8:57 a.m.
Robert Ramey wrote:
double check that the stream is opened with ios::binary
Robert Ramey
I knew it was something obvious and indeed this was my problem. While making my code as "archive-independent" as possible, I somewhere lost the open_mode flags. Thanks a lot, George van Venrooij