Xref: news2.mv.net comp.os.msdos.djgpp:3286 Newsgroups: comp.os.msdos.djgpp From: thore AT ts DOT go DOT dlr DOT de (Thore Herberg) Subject: reading binary I/O with iostream Message-ID: Sender: news AT news DOT dlr DOT de Reply-To: thore AT ts DOT go DOT dlr DOT de Organization: DLR, Abt. SM-SK Date: Tue, 30 Apr 1996 07:40:02 GMT Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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. Where can I find a *complete* documentation of the standart C++ libraries ? Th. Herberg