C和C++

编译C和C++程序需要一些没有被默认安装的软件包。

There are many tools available for C and C++ developers. Those wishing to develop graphical applications will find that choosing a graphical toolkit/platform will make development more convenient. The two most popular development platforms for Xubuntu are “GTK/GNOME” and “Qt/KDE”, each of which has its own set of tools and documentation.

Anjuta IDE for GNOME

Anjuta是在C和C++中为“GNOME”平台开发应用程序的集成开发环境。

  1. Install the anjuta package from the “Universe” repository (see 第 11 章 添加、删除和更新应用程序).

  2. 按下Alt+F2,输入“anjuta”,并按下运行,从而开始使用Anjuta

KDevelop IDE for KDE

KDevelop是在C和C++中为“KDE”平台开发应用程序的集成开发环境。

  1. Install the kdevelop package from the “Universe” repository (see 第 11 章 添加、删除和更新应用程序).

  2. 点击应用程序编写程序KDevelop,从而开始使用KDevelop