On Fri, 2004-09-17 at 13:43, JoeHill wrote:
> On 16 Sep 2004 01:39:02 +0000
> Eric Scott disseminated the following:
> 
> > Though I'm not a proficient or experience developer, I like to tinker
> > with code every now and then and learn what I can.  What are some of the
> > best development environments can I run on my Mandrake 9.1 box that have
> > something like the intuitiveness of KDevelop and something in the
> > neighborhood, or at least the same state, as Visual Studio .net? 
> 
> I use a file manager called ROX, which is developed using PyGTK. From what
> I've seen, the learning curve is not too steep, people seem to pick it up pretty
> quickly (no personal experience, just observation of others' progress). Check
> out code samples and development notes here:

Joe, a development environment in the context that Eric Scott is
speaking of means an IDE, or Integrated Development Environment.  An IDE
is a special-purpose client application that allows you to code, either
C or C++, compile, debug, and do consistency and syntax checks on source
code.

Vi can be thought of as a rather raw, spartan and extremely low level
IDE.  Kdevelop, on the other hand, can be thought of as a very advanced
and friendly high level IDE.  The first IDE I was ever exposed to was
shipped with Borland C, and it was so popular that several clones still
exist even today, such as RHIDE

http://sourceforge.net/projects/rhide

And another clone that I used for awhile before I discovered RHIDE and
kdevelop --

http://www.identicalsoftware.com/xwpe/

These two IDE's are excellent for beginners to C programming. Rhide is
better maintained.  Kdevelop is a little too much for a beginner and
(IMO)detracts from learning c at a lower level.

LX


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to