From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: Ok, this is stupid, but Date: Wed, 11 Aug 1999 22:13:43 -0400 Organization: Netcom Lines: 19 Message-ID: <7otakv$di0@dfw-ixnews17.ix.netcom.com> References: <37B20746 DOT 3D1D2C1D AT id-base DOT com> NNTP-Posting-Host: prn-nj3-15.ix.netcom.com X-NETCOM-Date: Wed Aug 11 9:13:51 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sephiroth wrote in message news:37B20746 DOT 3D1D2C1D AT id-base DOT com... > What is RHIDE? Im guessing it's some sort of devolopment thing, but im > really not sure. It's an integrated developer's environment program specifically for DJGPP. It's used to edit sources, manage multiple file projects, debug programs, ect. > I just use DJGPP using gcc or gxx with all the coding > in edit. Is there any advantages to using RHIDE? Thanx in advance for > any help. Yes. It saves you the trouble of having to invoke gcc manually. It does syntax highlighting. It can point you to the exact line if you get a warning or an error. It has an integrated debugger and info viewer. RHIDE is great. Get it.