From: "David Mitchell" Newsgroups: comp.os.msdos.djgpp Subject: Re: Ok, this is stupid, but Date: Thu, 12 Aug 1999 17:21:56 +1200 Organization: Inet Ltd, Christchurch, New Zealand Lines: 20 Message-ID: <934436593.699094@kyle.inet.net.nz> References: <37B20746 DOT 3D1D2C1D AT id-base DOT com> NNTP-Posting-Host: kyle.inet.net.nz X-Trace: titan.xtra.co.nz 934435539 6599636 202.50.171.4 (12 Aug 1999 05:25:39 GMT) X-Complaints-To: abuse AT xtra DOT co DOT nz NNTP-Posting-Date: 12 Aug 1999 05:25:39 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Cache-Post-Path: kyle.inet.net.nz!unknown AT p83-tnt1 DOT inet DOT net DOT nz X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) 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 <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. 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. > I used to use edit, and a fantastic editor it is too. But thats it. It is an _editor_. Compared to RHIDE, which is an IDE (Intergrated Development Environment). It is in the classic TP Style, with a few extra bits for tying together projects. It obviously comes with a Debugger, and color codes your code, and you don't need to exit to compile. So if I didn't have RHIDE, I would use edit, but the thing is, I have RHIDE, which, and I know this is not just my opinion, is better. David.