LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   compiler + editor (https://www.linuxquestions.org/questions/programming-9/compiler-editor-562041/)

cyb3rdawn 06-15-2007 10:16 AM

compiler + editor
 
is there any c/c++ compiler, with built-in editor and support for watches and similar stuff that would work on ubuntu 7.04? (or maybe something like visual studio c++ for linux :-? :)

weibullguy 06-15-2007 11:01 AM

There are many compilers, debuggers, and IDE you could use. This is one combination that you could use:
  • Compiler -> g++ which is provided by the gcc (GNU Compiler Collection)
  • Debugger -> gdb
  • Integrated Development Environment (IDE) for GNOME -> Anjuta, Geany, or gVim
If you are interested in developing GUIs, then add Glade to use GTK.

apeculiaz 06-15-2007 11:09 AM

Netbeans IDE is also a fine choice, even though it is primararily meant for java, by using C/C++ Plugins, which can be found http://www.netbeans.org/products/cplusplus/.

unihiekka 06-15-2007 11:09 AM

In KDE: Kdevelop (for many programming languages!)


All times are GMT -5. The time now is 10:57 AM.