From: "Anakin" Newsgroups: comp.os.msdos.djgpp Subject: Re: A very NEWBIE person here Date: Wed, 8 Jul 1998 18:23:50 -0400 Organization: newsread.com ISP News Reading Service Lines: 11 Message-ID: <6o0rkk$knc@netaxs.com> References: <35A3E984 DOT 7956 AT gfherald DOT infi DOT net> NNTP-Posting-Host: pm-atl-2-103.nbank.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Scott Olson wrote in message <35A3E984 DOT 7956 AT gfherald DOT infi DOT net>... >I want to know how to get into RHIDE and make a new program and run it. >Please tell me I'm a new person to DJGPP. Wow. That's pretty newbie. All you gotta do is to dl the file, pkunzip -d them in your DJGPP directory. Then, read the documents that came along with it. As for making programs, you just make a new .c file or .cpp file. Type in your C or C++ code, then press "Debug" from the options menu (or press run, they do the same thing). When you're finished, compile it. THEN press run to try it out. That's just a simple overview!