Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Some good C++ IDE for Ubuntu (Gnome)? [duplicate]

Tags:

c++

ubuntu

Possible Duplicate:
Best C++ IDE for *nix

Which IDE for Gnome version of Ubuntu is the best for C++ development?

So far I'm using Anjuta but I am curious if there is anything better.

It would be a plus if it also supported other languages like Python/PHP.

like image 299
Richard Knop Avatar asked Nov 29 '10 18:11

Richard Knop


People also ask

What IDE should I use for C?

Eclipse. It is one of the most popular, powerful and useful IDEs used by developers for C/C++ programming. It is open-source software which is simple and easy to use.

Is Ubuntu good for C programming?

Ubuntu would be preferred. The C Programming language and UNIX like systems are very compatiable (for lack of better terms). Linux also comes with gcc already installed as well.

Does Ubuntu have C compiler?

Linux is a set of open-source UNIX-like operating systems, and Ubuntu is a Linux-based operating system commonly used to run Linux-based applications. To install C on Linux and to build and run our C program file on Ubuntu, we need to install the GCC Compiler.


1 Answers

I think Eclipse + CDT is the best you can get on Linux. It's pretty stable and performance not that bad. And you get all the bonuses like suggestions, type hierarchy, etc.

like image 69
Anton Avatar answered Oct 21 '22 19:10

Anton