In view of the constant Netizen gc++ the compiler to the IDE (Integrated development environment)
1. Expect to depart from the command line
2, expect to find their figure in the menu
3, expect it to have a set edit compile link debugging run in one interface
&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP;
Therefore, this article gives you a simple list of some C + + programming available in the IDE, perhaps you can find one you like.
To avoid the installation of one of the following software build-essential may wish to do so first:
sudo apt install build-essential
Note OH: This article is looking forward to your perfect.
Anjuta
Official address of Anjuta DevStudio: http://anjuta.sourceforge.net/
Anjuta is a c/s + + IDE, its biggest feature is flexible, open multiple files at the same time, embedded code-level debugger (call gdb), Application Wizard (creator Wizards) can help you create GNOME programs without having to write code that is not relevant to your interests.
Installation method:
sudo apt install Anjuta
After the installation is complete, you may receive an error message "Autogen with version number 5 not found" when you create a new project (project). Please install the Autogen package.
sudo apt install Autogen
Anjuta interface
KDevelop
KDevelop Project's official address: http://www.kdevelop.org/
Kdevelop-project was born in 1998 to provide KDE with an easy-to-use integrated development environment (integrated Development Environnement). Since then, the KDevelop IDE has been published using the GPL, which supports many programming languages.
Installation method:
sudo apt install kdevelop
KDevelop interface