Message-ID: <3734FDEA.484A@ns.sympatico.ca> From: Klaas X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: stream question References: <926196823 DOT 140 DOT 94 AT news DOT remarQ DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Sun, 09 May 1999 00:15:54 -0300 NNTP-Posting-Host: 142.177.61.8 X-Trace: sapphire.mtt.net 926220062 142.177.61.8 (Sun, 09 May 1999 00:21:02 ADT) NNTP-Posting-Date: Sun, 09 May 1999 00:21:02 ADT Organization: Sympatico-Subscriber To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Shaggs wrote: > > What all do i need to have in my code to write to the screen using streams. > Im a C++Builder person normally, but its not working for DJGPP. Here's what > i got > > #include > > cout << "Hello World"; > > this causes compiler errors, any ideas? don't you need main()?