From: jsilver AT escape DOT com (Josh Silver) Newsgroups: comp.os.msdos.djgpp Subject: Re: Trivial question... Date: 9 May 1998 02:22:16 GMT Organization: Escape.Com Internet Access and Services Lines: 22 Message-ID: <6j0eko$fh@beyond.escape.com> References: <355304B1 DOT 3536D469 AT writeme DOT com> NNTP-Posting-Host: escape.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Flavio Poletti (poletti AT writeme DOT com) wrote: : Please, how I can compile this simple C++ program? : : (the file is called cout.cc) : : #include : void main (void) : { : cout<<"Hello world!"; : } : : : I've tried all ways, there must be something wrong in me! : : I'm pretty new at DJGPP but the code looks fine. Maybe spaces between things. What command line are you trying to compile and what error messages do you get? It actually sounds like a DJGPP installation problem to me if that doesn't compile.