From: "Shaggs" Newsgroups: comp.os.msdos.djgpp Subject: stream question Date: Sat, 8 May 1999 13:57:29 -0700 Organization: Posted via RemarQ Communities, Inc. Lines: 11 Message-ID: <926196823.140.94@news.remarQ.com> NNTP-Posting-Host: 208.145.132.40 NNTP-Posting-Date: Sat, 08 May 1999 20:53:43 GMT X-Trace: 926196823.140.94 K8TBLZBRT8428D091C usenet1.supernews.com X-Complaints-To: newsabuse AT remarQ DOT com X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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?