GNU Compiler Collection: Difference between revisions
Jump to navigation
Jump to search
imported>Paul Peña (image placement) |
imported>Bruce M. Tindall mNo edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
'''GCC''' is the abbreviation for the software known as the '''G'''NU '''C'''ompiler '''C'''ollection. Its function is | |||
to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler collection is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL (General Public license). | to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler collection is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL (General Public license). | ||
Revision as of 15:17, 7 May 2008
GCC is the abbreviation for the software known as the GNU Compiler Collection. Its function is to transform a program's source code written in a programming language(especially in C, C++, among others) into a binary file which can be executed by a computer. The Gnu Compiler collection is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL (General Public license).