An Introduction to the C Programming Language and Software Design
by Tim Bailey
Publisher: University of Sydney 2005
Number of pages: 153
Description:
This textbook is a thorough introduction to the C programming language, with an emphasis on software design and code organisation. The author shows how to apply the language features to build scalable modular software systems.
Download or read it online for free here:
Download link
(950KB, PDF)
Similar books

by Daniel Holden - buildyourownlisp.com
In this book you'll learn the C programming language, and at the same time learn how to build your very own programming language, a minimal Lisp, in under 1000 lines of code. This book is not suitable as a first programming language book ...
(10235 views)

by David A. Curry - O'Reilly
'Using C on the UNIX System' provides a thorough introduction to the UNIX system call libraries. This book is aimed at programmers who already know C, but who want to take full advantage of the UNIX programming environment.
(10934 views)

- GoalKicker.com
Contents: Getting started with C; Data Types; Arrays; Linked lists; Iteration Statements, Loops; Selection Statements; Declaration vs Definition; Command-line arguments; Pointers; Error handling; Preprocessor and Macros; Variable arguments; etc.
(2674 views)

by Tim Love
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(28842 views)