Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 22:39:24 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Choy Kho Yee <khoyee@tf7.so-net.ne.jp>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: A good IDE for C development?
Message-ID:  <20041023193924.GA52933@gothmog.gr>
In-Reply-To: <42734323-2522-11D9-8790-000A95BE58A4@tf7.so-net.ne.jp>
References:  <42734323-2522-11D9-8790-000A95BE58A4@tf7.so-net.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-10-24 03:35, Choy Kho Yee <khoyee@tf7.so-net.ne.jp> wrote:
> Hi, I am a student of Computer Science.
> I am looking for a good IDE(integrated development environment?) for
> developing C programs. Something like netbeans for Java would be good.
> Since I am still learning, I will mainly develop with source codes.

Emacs is perfectly fine for most of this.

> FYI, I am using emacs and a terminal now.
> Any recommendations would be appreciated.

That's what I use for all my development work too.  You can configure
Emacs to be a very comfortable and fast development environment.

Start by binding keys to functions, with something like this:

	(define-key global-map [(f5)] 'compile)

The good thing about Emacs, that no netbeans or other GUI IDE I've seen
so far can surpass, is that you can build your own IDE out of it :-)

- Giorgos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041023193924.GA52933>