Posts Tagged ‘gcc’

GCC stands for “GNU Compiler Collection”. GCC is an integrated distribution of compilers for several major programming languages. These languages currently include C, C++, Objective-C, Objective-C++, Java, Fortran, and Ada.

Friday, September 18th, 2009 at 21:11 | 0 comments
Categories: c/cpp
Tags:

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,…). We strive to provide regular, high quality releases, which we want to work well on a variety of native and cross targets (including GNU/Linux), and encourage everyone to contribute changes and [...]

Thursday, September 17th, 2009 at 16:58 | 0 comments
Categories: c/cpp
Tags: , ,
TOP