22 Apr
2008
22 Apr
'08
5:42 a.m.
Ovanes Markarian skrev:
I think you can pass any of the flags defined in std::ios_base::openmode. If that does not work, try to unset skipws flag, which skips all white spaces when reading stream, but that actually should not apply to binary stream at all.
Tried using std::setiosflags(...) with the streams and that seems to work fine, thnx! /R