 |
| Learning GNU C |
| The aim of this book is to teach GNU users how to write software in C. It is written primarily as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are layed down in full in the fir...more » |
|
 |
| |
|
 |
| An Introduction to GCC |
| The purpose of this book is to explain the use of the GNU C and C++ compilers, gcc and g++. After reading this book you should understand how to compile a program, and how to use basic compiler options for optimization and debugging. This book does n...more » |
|
 |
| |
|
 |
| The C Book, Second Edition |
| This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available.
The second edition has been revised to refer to the final...more » |
|
 |
| |
|
 |
| C Programming Tutorial (K&R version 4) |
| This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous aquaintance with programming -- you need to know what a variable is and wha...more » |
|
 |
| |
|
 |
| C Elements of Style |
| C Elements of Style attempts to show you how to build a good programming style into your code. Since computer reads only the code and the human concentrates on the comments, a good programming style pertains to both parts of a program.
The ultimat...more » |
|
 |
| |
|