From: Robert Bielik (robert.bielik_at_[hidden])
Date: 2008-04-22 01:42:20


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