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: Beej's Guide to Network Programming - Using Internet SocketsBeej's Guide to Network Programming - Using Internet Sockets
by
A brief how-to guide on network programming using Internet sockets, written for anybody who is just starting out with socket programming. The section on Windows programming is also included. The guide is updated for IPv6.
(26834 views)
Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23859 views)
Book cover: Essential CEssential C
by - Stanford University
A 45 page summary of the C language. Explains all the common features and techniques for the C language. The coverage is pretty quick, so it is most appropriate for someone with some programming background who needs to see how C works.
(8287 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(23122 views)