Online Computer Dictionary
Browse words
|
Based on
FOLDOC
Queried for: GCC
Definition:
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 Objective C.
The compiler supports multiple front-ends and multiple back-ends by translating first into Register Transfer Language and from there into assembly code for the target architecture.
http://gcc.gnu.org/.
Bug Reports (http://gcc.gnu.org/bugzilla/.
{FTP gcc-2.X.X.tar.gz from your nearest GNU archive site.
{MS-DOS (ftp://oak.oakland.edu/pub/msdos/djgpp/.
Mailing lists: gcc-help@gcc.gnu.org, gcc-announce@gcc.gnu.org (announcements).
["Using and Porting GNU CC", R.M. Stallman, 1992-12-16].
Browse through top 20 categories or see more ...
- programming (659)
- application (76)
- networking (823)
- language (1034)
- operating_system (420)
- mathematics (228)
- graphics (155)
- compiler (21)
- library (41)
- World-Wide_Web (133)
- cryptography (36)
- database (166)
- algorithm (132)
- logic (61)
- software (72)
- audio (27)
- virtual_reality (10)
- communications (329)
- file system (28)
- filename_extension (25)


