GNU Compiler Collection: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Paul Peña
(article creation)
 
imported>Paul Peña
(correction)
Line 1: Line 1:
This is the abbreviation for the software known as the '''G'''NU '''C''' '''C'''ompiler. Its function is to transform a program's source code written in the C programming language into a binary file which can be executed by a computer. The Gnu C compiler is included in most GNU/Linux distributions as the default compiler. It is licensed as free software. It uses the GNU GPL license.
This 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).


[http://gcc.gnu.org The Official GCC homepage]
[http://gcc.gnu.org The Official GCC homepage]

Revision as of 19:37, 30 April 2008

This 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).

The Official GCC homepage