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: 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 ...
(9214 views)
Book cover: C Programming Notes for ProfessionalsC Programming Notes for Professionals
- 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.
(1095 views)
Book cover: Object Oriented Programming in ANSI-CObject Oriented Programming in ANSI-C
by
We use ANSI-C to find out how to write object oriented programs , what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more.
(27119 views)
Book cover: Image Processing in C: Analyzing and Enhancing Digital ImagesImage Processing in C: Analyzing and Enhancing Digital Images
by - R & D Books
An image processing tutorial which explains basic concepts, shows results with photographs, and implements programs in C. The book covers filters, edge detectors, and histogram equalizers, print procedures, and I/O routines, which are ready to use.
(27104 views)