Cantitate/Preț
Produs

The Elements of C++ Style

Autor Trevor Misfeldt, Gregory Bumgardner, Andrew Gray, Luo Xiaoping
en Limba Engleză Paperback – 15 feb 2004
The Elements of C++ Style, first published in 2004, 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.
Citește tot Restrânge

Preț: 15996 lei

Preț vechi: 19994 lei
-20% Nou

Puncte Express: 240

Preț estimativ în valută:
3061 3180$ 2543£

Carte tipărită la comandă

Livrare economică 01-15 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780521893084
ISBN-10: 0521893089
Pagini: 192
Dimensiuni: 115 x 178 x 12 mm
Greutate: 0.2 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States

Cuprins

1. General principles; 2. Formatting conventions; 3. Naming conventions; 4. Documentation conventions; 5. Programming principles; 6. Programming conventions; 7. Packaging conventions.

Recenzii

'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

Descriere

This 2004 book contains guidelines for writing consistent C++ code that's easy to understand, enhance and maintain. Perfect for teams.