Logo

C Elements of Style by Steve Oualline

Small book cover: C Elements of Style

C Elements of Style
by

Publisher: M & T Books
ISBN/ASIN: 1558512918
ISBN-13: 9781558512917
Number of pages: 265

Description:
This book is handy guide and a programmer's style manual for elegant C and C++ programs. It covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Whether you're a student or professional programmer, you'll benefit from the many tips and techniques for constructing elegant, reliable code.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Using C on the UNIX SystemUsing C on the UNIX System
by - 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.
(9862 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.
(25732 views)
Book cover: Build Your Own LispBuild Your Own Lisp
by - 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 ...
(9297 views)
Book cover: Functional CFunctional C
by - Addison-Wesley
The book teaches how to program in C, assuming that the student has already learnt how to formulate algorithms in a functional style. The student will become a better C programmer, capable of writing programs that are easier to maintain.
(17491 views)