Date: Wed, 30 Dec 1998 17:05:37 -0600 (CST) From: "Ismael Herrera Zamarron(MCC)" X-Sender: ihz AT uxmcc9 To: Essidartha Emerald cc: djgpp AT delorie DOT com Subject: Re: Hello world isn't working :( In-Reply-To: <19981230212654.7570.rocketmail@send102.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Maybe your source path is not properly set, in the options menu directory you must write the path where your sources are. __________________________________________________________________________ || || ||**********************************************************************|| ||______________________________________________________________________|| || || || || ||Ismael Herrera Z. || ||Maestria en Ciencias de la Computacion (MCC) IIMAS UNAM Mexico || ||ihz AT uxmcc2 DOT iimas DOT unam DOT mx || ||http://uxmcc1.iimas.unam.mx/~ihz || || || ||tel. 6 22 36 52 || || || || || || || || || ||______________________________________________________________________|| || || ||**********************************************************************|| ||______________________________________________________________________|| On Wed, 30 Dec 1998, Essidartha Emerald wrote: > > > My hello world doen't work :( how can this be?? > > #include > > int main() > { > printf("Hello world!\n"); > exit(0); > } > > I got the message: > > get program exit code -1 (oxffffffff) > 0 is Zero > Is there something wrong with the code or is the compiler not working > right or what did I do wrong? > > I have tried it a few times. > > > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com > >