Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
The Elements of C Programming Style

The Elements of C Programming Style

List Price: $29.95
Your Price:
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: Essential guidance for C/C++/Java programming
Review: Many of the short articles in this book could form the basis for C programming standards of a project team or a whole organization. 95% of the authors' recommended techniques are beyond controversy. The perceptive reader will notice a few, however, that conflict with modern practice in C++ and Java (e.g. mixing boolean and integer expressions).

Every programmer using C, C++, or Java should be acquainted with everything in this book and either comply with it or have a good reason for not doing so.

Rating: 4 stars
Summary: Essential guidance for C/C++/Java programming
Review: Many of the short articles in this book could form the basis for C programming standards of a project team or a whole organization. 95% of the authors' recommended techniques are beyond controversy. The perceptive reader will notice a few, however, that conflict with modern practice in C++ and Java (e.g. mixing boolean and integer expressions).

Every programmer using C, C++, or Java should be acquainted with everything in this book and either comply with it or have a good reason for not doing so.

Rating: 5 stars
Summary: Well written, balanced look at the topic. Excellent tips.
Review: This book goes beyond simple rules and gives sound reasons (and drawbacks) for each element of style it show.

Rating: 5 stars
Summary: I really liked this book...
Review: This book was very readable and concise. It gave small sample code throughout the book and included helpful macros for debugging. I recommend this book to anyone who understands C code but is unsatisfied with how readable thier code is. This book is like a grammar book for those who want to write more concise and clear code.

Rating: 5 stars
Summary: I really liked this book...
Review: This book was very readable and concise. It gave small sample code throughout the book and included helpful macros for debugging. I recommend this book to anyone who understands C code but is unsatisfied with how readable thier code is. This book is like a grammar book for those who want to write more concise and clear code.


<< 1 >>

© 2004, ReviewFocus or its affiliates