C e C++
Anterior
Próximo

C e C++

A compilação de programas em C e C++ requer alguns pacotes que não são instalados por omissão.

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 Ubuntu are “GTK/GNOME” and “Qt/KDE”, each of which has its own set of tools and documentation.

IDE KDevelop para o KDE

KDevelop is an IDE for developing applications in C and C++ for the “KDE” platform.

  1. Install the kdevelop package (see Add Applications).

  2. Press KMenuDevelopmentKDevelop

Qt4 Designer for KDE

Qt4 Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt components which is used by KDE.

  1. Install the qt4-designer package (see Add Applications).

  2. Press KMenuDevelopmentQt4 Designer

IDE Anjuta para o GNOME

Anjuta is an IDE for developing applications in C and C++ for the “GNOME” platform.

  1. Install the anjuta package (see Add Applications).

  2. Press Alt+F2, type “anjuta” and press Run to start using Anjuta.

Anterior
Próximo
Início