To view prices and purchase online, please login or create an account now.



The Elements of C++ Style

Paperback / softback

Main Details

Title The Elements of C++ Style
Authors and Contributors      By (author) Trevor Misfeldt
By (author) Gregory Bumgardner
By (author) Andrew Gray
By (author) Luo Xiaoping
Physical Properties
Format:Paperback / softback
Pages:192
Dimensions(mm): Height 178,Width 115
Category/GenreObject-oriented programming (OOP)
Programming and scripting languages: general
Software Engineering
ISBN/Barcode 9780521893084
ClassificationsDewey:005.133
Audience
Professional & Vocational
Tertiary Education (US: College)
Illustrations Worked examples or Exercises

Publishing Details

Publisher Cambridge University Press
Imprint Cambridge University Press
Publication Date 16 February 2004
Publication Country United Kingdom

Description

The Elements of C++ Style is for all C++ practitioners, especially for those working in teams where consistency is critical. Just as Strunk and White's The Elements of Style provides rules of usage for writing in the English language, this text furnishes a set of rules for writing in C++. The authors offer a collection of standards and guidelines for creating solid C++ code that will be easy to understand, enhance and maintain. The book provides conventions for: - formatting - naming - documentation - programming - and packaging for the latest ANSI standard of C++, and also includes discussion of advanced topics such as templates.

Reviews

'The expansion of each entry is well done and from time to time extra bonus information nestles either in the main text or in a footnote ... There are a few experts who would find nothing new in this book, but most of the rest of us would benefit from it ... Buy a copy ...' Francis Glassborow, CVu 'The Elements of Java Style is perfect in what it tries to achieve. Each rule is sensible, hardly any are debatable, and there is no excuse for ignoring any of them.' JavaZone Book of the Week 'If you teach C++, I recommend you mention this book to your students. If you manage a group of C++ programmers, you should acquire one or more copies of this book, and circulate them among your people. If you manage a technical library, you should add this book to it ... contains a great deal of good advice ... In summary, this will be a good addition to a C++ programmer's library.' Computing Reviews 'It offers 175 pithy C++ style tips, covering everything from naming conventions to thread safety. The book would be most useful for development teams that want to use it as a resource for creating their own style guides.' Computing Reviews