C++ Coding Standards

E660910

C++ Coding Standards is a widely respected book by Herb Sutter and Andrei Alexandrescu that outlines best practices and guidelines for writing efficient, maintainable, and robust C++ code.

All labels observed (1)

Label Occurrences
C++ Coding Standards canonical 4

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf book
programming book
software engineering book
aimsTo help teams standardize C++ coding practices
improve C++ code quality
promote consistent coding practices
reduce bugs in C++ programs
author Andrei Alexandrescu
Herb Sutter
contains 101 guidelines
covers class design
coding-style guidelines
design-level guidelines
exception safety
library design
performance considerations
resource management
templates and generic programming
emphasizes RAII (Resource Acquisition Is Initialization)
linked to: RAII

avoiding undefined behavior
clear interfaces
encapsulation
safe use of templates
writing portable C++ code
focusesOn efficient C++ code
maintainable C++ code
modern C++ design practices (pre-C++11)
robust C++ code
hasReputation influential in C++ best practices
widely respected in the C++ community
language English
medium book
print
organizationalStructure short, focused items
publisher Addison-Wesley
recommendedFor advanced C++ programmers
professional C++ developers
software engineers
relatedTo Effective C++
Modern C++ Design
More Effective C++
series C++ In-Depth Series
subject C++ programming language
linked to: C++

coding standards
software development best practices
subtitle 101 Rules, Guidelines, and Best Practices
title C++ Coding Standards
uses rule-based format

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Herb Sutter notableWork C++ Coding Standards
subject linked to: Herbert Sutter
Herb Sutter notableWork C++ Coding Standards
Herb Sutter coAuthorOf C++ Coding Standards
C++ Coding Standards title C++ Coding Standards