Mail Archives: djgpp/1996/05/02/23:35:58
In article <Dqnzyr DOT rn AT news DOT dlr DOT de>, thore AT ts DOT go DOT dlr DOT de wrote:
>
>
>Is there a way to persuade "cin" and "cout" to read and write
>
>data in binary format (like fwrite and fread) ? None of the books on C++ that I
> have
>
>skimmed trough so far have ever mentioned I/O handling of data in binary
> format.
cin and cout are essentially aliases for the console (keyboard and screen),
which are intrinsically text-based devices. Strictly speaking, it is
inappropriate to treat them as binary streams.
>Where can I find a *complete* documentation of the standart C++ libraries ?
Sorry, I don't know.
- Raw text -