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 autho
The elements of C++ style
โ Scribed by Trevor Misfeldt; Gregory Bumgardner; Andrew Gray
- Publisher
- Cambridge University
- Year
- 2004
- Tongue
- English
- Leaves
- 191
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Content: General principles --
Formatting conventions --
Indentation --
Naming conventions --
Preprocessor macro names --
Type and constant names --
Function names --
Variable and parameter names --
Documentation conventions --
Programming principles --
Engineering --
Class design --
Thread safety and concurrency --
Programming conventions --
Preprocessor --
Declarations --
Scoping --
Functions and methods --
Classes --
Class members --
Operators --
Templates --
Type safety, casting, and conversion --
Initialization and construction --
Statements and expressions --
Control flow --
Error and exception handling --
Efficiency --
Packaging conventions --
Scoping --
Organization --
Files.
๐ SIMILAR VOLUMES
Unless they have set standards beforehand, teams of programmers will find it difficult to read and use each others' code within the first few minutes of the initiation of a project. However, creating a standard can take more time than the project itself. In an effort to reduce frustration and ineffi
You know the authors' names. You recognize the title. You've probably used this book yourself. This is The Elements of Style, the classic style manual, now in a fourth edition. A new Foreword by Roger Angell reminds readers that the advice of Strunk & White is as valuable today as when it was first