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++ Style

The Elements of C++ Style

List Price: $14.99
Your Price: $10.19
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: An essential programmer's guide
Review: Packed into a deceptively-diminutive size paperback package is an essential programmer's guide which should be a reference bible for all C++ programmers: a survey of the basic elements of formatting, naming, documentation and programming which provides a foundation of rules for writing in C++. Organized by programming conventions and principles, Elements Of C++ Style is invaluable for the programmer who would produce consistent, accurate documentation.


Rating: 4 stars
Summary: Small in size, large in content
Review: This book is too small to be used as a physical weapon in the "style wars." Nevertheless, it is large in terms of content. Nearly all of the areas of style differences and disputes are covered. The authors do a good job in presenting their solutions to style difference problems without resorting to evangelical techniques. They express their opinions, justify them and then move on to the next style issue. Small segments of code, demonstrating both the right and wrong ways, are used to illustrate the point.
The issues are placed into several groups:

* General principles.
* Formatting conventions.
* Naming conventions.
* Programming principles.
* Programming conventions.
* Packaging conventions.

The 175 style issues are summarized into a set of short rules at the end of the book, which makes it easier to find specific elements.
This book is not a bible, setting down the commandments for the proper style to be used in creating C++ code. It is a set of suggestions, and if you read it with that in mind, you will find this book of value.


<< 1 >>

© 2004, ReviewFocus or its affiliates