James Kanze wrote:
> On Sep 24, 1:16 am, psy_berp...@hotmail.com wrote:
>> How can I read this file one byte at a time without having the
>> functions I'm using ignore important data?
>
> You'll have to open it as a file, using the std::ios::binary
> flag. There's no provision for reading binary from standard in.
Is this restriction going to be maintained in C++0x? It seems as if it
would discourage writing filters in C++.