Message-ID: <001901bda51b$06dba580$624d08c3@arthur> From: "Arthur" To: "DJGPP Mailing List" Subject: Re: HELP!!!!! Date: Wed, 1 Jul 1998 17:02:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk >#include >#include >#include > >int.main() { > cout << "This better work!!!!"; > getch(); >} Did you mean to have the "." in "int.main()"? Also you should end in a "return 0;" statement. This won't fix your program, but it will make it more ANSI. James Arthur jaa AT arfa DOT clara DOT net