[Turn] six commonly used Linux C + + ides

Source: Internet
Author: User
Tags netbeans

Before the development of windows in the habit of Linux, the use of Vim development code, but early or unfamiliar to see the code efficiency feeling a bit low. Because look at the code need a variety of jump find I personally think that the IDE is convenient, before Windows like to use Codeblocks see Code, so read the source under Linux I still choose to use her, the following is found on the Internet some of the recommendations of the IDE, there is a need to refer to the next, Here I do not have all the trial, just use my favorite, each IDE has its own characteristics, you can use on demand.

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

Original: http://www.lupaworld.com/article-210675-1.html

[Turn] six commonly used Linux C + + ides

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.