On 7/19/06, herb Kornfeld <[EMAIL PROTECTED]> wrote:
I want an IDE for C/C++
1. Eclipse is a java based IDE that has plug-ins for c/c++ based development called CDT - www.eclipse.org 2. KDevelop is a good IDE for c/c++ and provides project level support for GUI environments such as Qt and supports wizards c/c++ development - www.kdevelop.org 3. SourceNavigator was an IDE developed by RedHat and now is an open source project - http://sourcenav.sourceforge.net/ 4. MinGWStudio is a MS Visual Studio 6.0 clone - http://www.parinyasoft.com/mingwstudio.html If you plan to move into other programming/scripting languages then eclipse may be a good choice as it has plug ins for most of the popular languages. However, since it needs a JVM to run, you would have figure out how to get one installed/running on Linux. If you want to get started really quickly then MinGWStudio would be a good choice as it is fairly straight forward to install and execute. - Praveen. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie
