Logo

An Introduction to the C Programming Language and Software Design

Small book cover: An Introduction to the C Programming Language and Software Design

An Introduction to the C Programming Language and Software Design
by

Publisher: University of Sydney
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.

Home page url

Download or read it online for free here:
Download link
(950KB, PDF)

Similar books

Book cover: C Programming for BeginnersC Programming for Beginners
- The C Guru
C is not a high level language, instead it is a mid level language with simplicity of high level language and power of low-level language. As a result programs written in C are very fast. C is used to create UNIX, Linux, Windows, Photoshop.
(13597 views)
Book cover: The C Book: Featuring the ANSI C StandardThe C Book: Featuring the ANSI C Standard
by - 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.
(25721 views)
Book cover: The C Library Reference GuideThe C Library Reference Guide
by
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.
(24768 views)
Book cover: Modern CModern C
by - ICube
The book introduces you to the very basics of programming with C, details most principal concepts and features such as control structures, data types, operators and functions, fully explains pointers, performance, reentrancy, atomicity, threads, etc.
(10768 views)