The elements of C++ style /
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 a...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Cambridge [England] ; New York :
Cambridge University,
©2004.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- 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.