From: "Robert L." Newsgroups: comp.os.msdos.djgpp References: <04f8c8ac DOT a5fe2354 AT usw-ex0103-024 DOT remarq DOT com> Subject: Re: something fishy! Lines: 20 X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: Date: Sat, 01 Apr 2000 15:43:15 GMT NNTP-Posting-Host: 216.209.204.133 X-Trace: news20.bellglobal.com 954603795 216.209.204.133 (Sat, 01 Apr 2000 10:43:15 EST) NNTP-Posting-Date: Sat, 01 Apr 2000 10:43:15 EST Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Do this instead Reeze a écrit dans le message <04f8c8ac DOT a5fe2354 AT usw-ex0103-024 DOT remarq DOT com>... >Gahhh!!!!!! >What is wrong with my DJGPP c++ setup when a simple code as this: >---------- #include > >int main() >{ std::cout << "Hello, world!" << std::endl; >} Change the #include line and the cout line, it should work fine.