From: libolt AT goodnet DOT com (Mike McLean) Newsgroups: comp.os.msdos.djgpp Subject: Re: using rhide Date: 25 Jan 1997 17:50:04 -0700 Organization: Lightning Bolt Software Lines: 25 Message-ID: <32eaa98e.16717448@news.primenet.com> References: <01bbf2bd$ec4f95c0$590520ce AT d-moran> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp The number RHIDE reports doesn't mean there is a problem, it is just a feature of RHIDE 1.1 The only thing you should change is the /n to a \n if you want to start a new line, otherwise the code works fine >I'm _just_ starting to learn C, adn have no idea what may be wrong. I'm >just trying to get this code to work, but it says Program Exit Code: 0 >(0x0000) every time I try to run it. > >main() > { > printf("Hello World/n"); > exit(0); > } > > >I think I'm missing something here. I just made a new project and this is >the only thing in it. Until I can go out and get a book I'm just trying to >get used to using rhide and some basic commands. > > >-- >Dennis Moran (aka Coolio) >coolio AT coolio9 DOT com >http://www.coolio9.com/ >