VDict mobile



compiler, programming The GNU Compiler Collection, which
currently contains front ends for C, C++, Objective-C,
Fortran, Java, and Ada, as well as libraries for these
languages (libstdc++, libgcj, etc).
GCC formerly meant the GNU C compiler, which is a very high
quality, very portable compiler for C, C++ and ObjectiveC.
The compiler supports multiple front-ends and multiple
back-ends by translating first into Register TransferLanguage and from there into assembly code for the target
architecture.
FTP gcc-2.X.X.tar.gz from your nearest GNU archive site.
(announcements).
["Using and Porting GNU CC", R.M. Stallman, 1992-12-16].
(2003-08-05)