Вы находитесь на странице: 1из 1

INTRO:

Several versions of the compiler (C, C++, Objective-C, Ada, Fortran, and
Java) are integrated; this is why we use the name "GNU Compiler Collection".
GCC can compile programs written in any of these languages. The Ada,
Fortran, and Java compilers are described in separate manuals.

"GCC" is a common shorthand term for the GNU Compiler Collection. This is
both the most general name for the compiler, and the name used when the
emphasis is on compiling C programs (as the abbreviation formerly stood for
"GNU C Compiler").

When referring to C++ compilation, it is usual to call the compiler "G++".


Since there is only one compiler, it is also accurate to call it "GCC" no matter
what the language context; however, the term "G++" is more useful when
the emphasis is on compiling C++ programs.

Similarly, when we talk about Ada compilation, we usually call the compiler
"GNAT", for the same reasons.

Several versions of the compiler (C, C++, Objective-C, Ada, Fortran, and
Java) are integrated; this is why we use the name "GNU Compiler Collection".
GCC can compile programs written in any of these languages. The Ada,
Fortran, and Java compilers are described in separate manuals.

"GCC" is a common shorthand term for the GNU Compiler Collection. This is
both the most general name for the compiler, and the name used when the
emphasis is on compiling C programs (as the abbreviation formerly stood for
"GNU C Compiler").

When referring to C++ compilation, it is usual to call the compiler "G++".


Since there is only one compiler, it is also accurate to call it "GCC" no matter
what the language context; however, the term "G++" is more useful when
the emphasis is on compiling C++ programs.

Similarly, when we talk about Ada compilation, we usually call the compiler
"GNAT", for the same reasons.

Вам также может понравиться