Using GCC: The GNU Compiler Collection Reference Manual for GCC
by Richard M. Stallman
Publisher: Free Software Foundation 2003
ISBN/ASIN: 1882114396
ISBN-13: 9781882114399
Number of pages: 432
Description:
The definitive reference manual for the most widely used compiler in the world, written by the program's original author and its current developers. The GNU Compiler Collection is a full-featured ANSI C compiler with support for C, C++, Objective C, Java and Fortran as well as libraries for all these languages, such as libstdc++ and libgcj.
Download or read it online for free here:
Read online
(online html)
Similar books

by Eric Huss
This guide provides a useful look at the standard C programming language. It will not teach one how to program in C, nor will it attempt to provide the history of C. It is merely a handy reference to the standard C library.
(26206 views)

by Mike Banahan, Declan Brady, Mark Doran - Addison-Wesley Pub
Use this book to produce powerful and portable code. The C Book is dedicated to programmers who have some experience of using a modern high-level procedural programming language. Learn about new standards and how they affect existing C code.
(26673 views)

by Nick Parlante - Stanford University
A 45 page summary of the C language. Explains all the common features and techniques for the C language. The coverage is pretty quick, so it is most appropriate for someone with some programming background who needs to see how C works.
(9528 views)

by Mark Burgess, Ron Hale-Evans - Free Software Foundation
This book is a tutorial for the computer programming language C. You should have some basic computer literacy: to be able to run a program, edit a text file, etc. The tutorial introduces basic ideas in a logical order and progresses steadily.
(24498 views)