Linux Guide/Programming tools

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

There are several programming tools in GNU/Linux, such as grep, LXR and GNU Make.

Contents

[edit] Compilers

[edit] GNU Compiler Collection

[edit] gcc

gcc, which stands for GNU C compiler, is a C compiler. It can be used for compiling C programs.

[edit] g++

g++, which stands for GNU C++ compiler, is a C++ compiler. It can be used for compiling C++ programs.

[edit] g77

[edit] gcj

gcj, which stands for GNU Java compiler, is a compiler that can compile Java. Though not complete, it can already compile simple Java programs.

[edit] Mono

Mono is a Linux implementation of the .NET Framework.

[edit] IDEs

[edit] Geany

TODO

[edit] NetBeans

TODO

[edit] Code::Blocks

TODO

[edit] Visual Studio .NET

Visual Studio cannot be natively run under Linux. However, you can still run the Visual Studio IDE under Linux by using the Wine layer. Visual Studio Express is not supported at this moment.