Re: need good IDE

From: jacob navia (jacob_at_jacob.remcomp.fr)
Date: 02/18/05


Date: Fri, 18 Feb 2005 09:42:59 +0100

Alex wrote:
> On Wed, 16 Feb 2005 13:57:48 -0800, Zach wrote:
>
>
>>Running Windows 98 SE and Debian GNU Linux (unstable release) with
>>2.4.18 kernel.
>>
>
>
> If you are not interested in a complete compiler-suite, like Borland or
> Visual-Studio, but seek an IDE for any compiler, you might want to have a
> look at IBMs Eclipse platform.
>
> It was originally developed for Java, but it has a series of plugins,
> supporting, among others C/C++. Since it is written in Java, it works on
> any platform that supports Java.
>
> Have a look at http://www.eclipse.org. The C/C++ Development Tools can be
> found at http://www.eclipse.org/cdt
>
> regards,
> Alex

It is interesting to see how an IDE written in C compares to that one.

Eclipse is 87.5 MB zip file
lcc-win32 is 4MB zip.

lcc-win32 is a true C ide, i.e. it provides:

o goto definition (eclipse doesn't do it as far as I see)
o debugger (eclipse uses GDB!)
o Resource editor (not in eclipse as far as I see)
o linker and compiler (not in eclipse)

Here we see how C compares to Java...



Relevant Pages

  • Re: Visual C++ 6 support issue
    ... Of course, Eclipse has the ... Apparently there is a discussion group going on in Microsoft which is discussing the tool ... >the same parsing job that the first couple of passes of the compiler ... And the compiler and the IDE are completely orthogonal. ...
    (microsoft.public.vc.mfc)
  • Re: eclipse like configuration in visual studio
    ... alex wrote: ... In java you have collection of classes and eclipse (IDE) allows you to ... Depending on the version of VS you have, you may have a Test Project template. ... This template lets you set up tests sounding similar to what you describe being available in Eclipse. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Codegear in the news
    ... I have been tinkering with PHP for a small project as well as working with some PHP developers on another. ... It would be sweet if Codegear could basically just fix any VCL and runtime issues so the command line compiler could be used. ... If I need an IDE on Linux, I will just run my BDS development VM on a beefy linux host. ... So PHP and Ruby will be released on the Eclipse IDE? ...
    (borland.public.delphi.non-technical)
  • Re: wie programmiere ich in java unter ubuntu 7.04
    ... CLASSPATH passend setzen und mit javac den Compiler ... aufrufen. ... Oder eine IDE wie z.B. Eclipse benutzen. ...
    (de.comp.os.unix.linux.misc)
  • Re: A good compiler please....
    ... The original poster was asking for a C ide, ... He asked for a C compiler, ... Dev C++ IDE with MinGW compiler(which is a gcc port to ... Eclipse "know how" is never a bad thing to have. ...
    (comp.lang.c)

Loading