Date: Sun, 9 May 1999 12:23:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Shaggs cc: djgpp AT delorie DOT com Subject: Re: stream question In-Reply-To: <926196823.140.94@news.remarQ.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 8 May 1999, Shaggs wrote: > #include > > cout << "Hello World"; > > this causes compiler errors, any ideas? You should post the error message(s) if you want any ideas. As a wild guess, if the messages say something about undefined references, you need to compile with gxx instead of gcc. See section 8.7 of the DJGPP FAQ list for more details.