Date: Tue, 31 Jul 2001 13:24:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Phoenix Magus cc: djgpp AT delorie DOT com Subject: Re: iostream.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 31 Jul 2001, Phoenix Magus wrote: > Where should I go to get information about how to use the commands in a > library, specifically iostream.h. I'm looking for details on how to use cin > and cout. I'd also like to find out what else is in iostream.h. From the DOS prompt, type "info iostream" and read there. (This assumes you have the info.exe program installed; if not, download and install v2gnu/txi40b.zip from the usual DJGPP sites.) In general, before you go out looking for docs on the net, try the info.exe program, since most of the packages come with on-line docs.