What is GCC | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

What is GCC

i want to know what does it stand for how does it work and if there any tybes many thanks

11th Aug 2017, 3:45 PM
Ahmed Abdelrahman
Ahmed Abdelrahman - avatar
2 Answers
+ 7
GNU Compiler Collection (edited) https://gcc.gnu.org "The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages (libstdc++,...)" It's like the Java Virtual Machine, in the sense that it can handle more than one language. SoloLearn runs gcc 4.8.1: https://code.sololearn.com/cu8tmoP4h80H/?ref=app
11th Aug 2017, 3:47 PM
Kirk Schafer
Kirk Schafer - avatar
+ 9
The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain and the standard compiler for most Unix-like Operating Systems. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. read more here https://cheeze.club/x4v2
11th Aug 2017, 3:49 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar