What do you think?
Rate this book


GCC is the GNU C Compiler, a freely redistributable compiler for C, C++, and Objective C programs.
GCC integrates the three language programs, though the C++ version is referred to as G++. GCC incorporates the many GNU extensions to the C language. GCC is fairly portable and highly optimizing.
The big advantage of using GCC (for any language) is that you can use the same compiler on any platform, and this makes it much easier to make your program portable to many platforms.
When you invoke GCC, it normally does preprocessing, compilation, assembly and linking. But this process is highly flexible and available options permit you to omit processes, as well as indicate options and file names as operands.
521 pages, Paperback
First published July 1, 1999