First, Anjuta Anjuta is a multi-lingual IDE, its biggest feature is flexibility, open multiple files at the same time, embedded code-level debugger (call gdb), Application Wizard (application Wizards) can help you create GNOME programs without having to write your own code that is not relevant to your interests. Configuring the C + + environment See here Project home: http://anjuta.sourceforge.net/ #安装: sudo apt-get install Anjuta
Second, NetBeans NetBeans IDE is a free, open-source, integrated development environment for software developers. You get all the tools you need to create professional desktop applications, enterprise applications, web, and mobile applications in Java, C + +, and even Ruby. This IDE can run on a variety of platforms, including Windows, Linux, Mac OS X, and Solaris, which is easy to install and easy to use. Project home: http://www.netbeans.org/ #安装: sudo apt-get install NetBeans Third, Code::Blocks Code::Blocks is an open source, free, cross-platform, C + + IDE. The official website says it can meet the needs of the most demanding users. Although a bit exaggerated, but since dare to say so, also shows that its function is certainly not bad. Extensible plug-in, with plug-in wizard features, so you can easily create your own plug-in. Code::Blocks is written in C + + (with Wxwidgets library) Project home: http://www.codeblocks.org #安装: sudo apt-get install Codeblocks
Iv. Eclipse The Eclipse platform is a development framework that IBM donates to the development source community, not because IBM claims to be investing $40 million in capital, but because of the results of such a huge investment: a mature, well-designed, and extensible architecture. Project home: http://www.eclipse.org Installation sudo apt-get install ECLIPSE-CDT eclipse
Wu, Geany Geany is a fast and lightweight integrated development environment (IDE) developed using the GTK2 Toolkit, which includes the following basic features: syntax highlighting, code folding, automatic completion of code, automatic completion of frequently used structures (e.g., if, for, while, etc.), automatic completion of XML and HTML tag, call hint, support C, Java, PHP, HTML, Python, Perl, Pascal and other languages, symbol list and so on. Project home: http://geany.uvena.de/ #安装: sudo apt-get install Geany
Liu, KDevelop Kdevelop-project was born in 1998 to provide KDE with an easy-to-use integrated development environment (Integrated development environment). Since then, the KDevelop IDE has been published with the GPL, which supports many programming languages. Project home: http://www.kdevelop.org/ #安装: sudo apt-get install KDevelop
|