On 2004-10-24 03:35, Choy Kho Yee <[EMAIL PROTECTED]> 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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to