Click to See Complete Forum and Search --> : Any Nice IDE for C++?


eglinsky
01-23-2001, 01:46 PM
Hi all!
I need suggestions about a nice IDE (Integrated Development Environment)...
I'm trying with the Nedit editor, also Anjuta and I'll install Code Crusader and Code Medic.
First of all: I have to inspect a large project developed by other people. And I would LOVE: syntaxt highliting, help on debugging, a project browsers, and that sort of things we are (sometimes) used to :-)
Thanks boys!
Eze.


------------------
Ezequiel Glinsky
eze@bumeran.com

klamath
01-23-2001, 02:27 PM
Try kdevelop

But you should really be using vim, ctags, and make http://www.linuxnewbie.org/ubb/biggrin.gif

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the Tornado HTTP Server (http://sourceforge.net/projects/tornado)

Energon
01-23-2001, 03:07 PM
Originally posted by klamath:
ctags



what's this do?

Strike
01-23-2001, 05:07 PM
Originally posted by Energon:

what's this do?
It generates a "tagfile" for a particular source file, allowing really easy and quick navigation to specific points within the file.

kmj wrote a nice NHF which deals with ctags, here (http://www.linuxnewbie.org/nhf/intel/programming/intro_c++.html)