Message-ID: <37C7F015.C0F5DC07@montana.com> From: bowman X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: cout, cin and iostream.h References: <37c7e93c DOT 241814 AT news DOT telepac DOT pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 15 Date: Sat, 28 Aug 1999 08:20:05 -0600 NNTP-Posting-Host: 208.4.224.103 X-Trace: newsfeed.slurp.net 935849701 208.4.224.103 (Sat, 28 Aug 1999 09:15:01 CDT) NNTP-Posting-Date: Sat, 28 Aug 1999 09:15:01 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com aperes wrote: > > What is 'cout' and 'cin'? Where can I get the header file 'iostream.h' > ? (I'm using RHIDE) 'cout' is an indication you have just slipped into C++. Seriously, if you are not familiar with 'cout' you need to find a good book or online tutorial introducing you to C++. It is not C, and plunging into stream oriented i/o with the impression that it is a variant of printf() will be very unrewarding. -- Bear Technology Making Montana safe for Grizzlies http://people.montana.com/~bowman/