Skip to Content
C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
book

C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

by Herb Sutter, Andrei Alexandrescu
October 2004
Intermediate to advanced
240 pages
6h 22m
English
Addison-Wesley Professional
Content preview from C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

Index

Numbers

#include 108

and using, 108

vs. forward declaration, 40

#include guards, 27, 33

internal vs. external, 43

#undef 33

as soon as possible, 33

&& 38

preferable to nested ifs, 38

?:, 36

[]. 45 See operators, []

++C, 50

A

Abelson, Harold, 13

Abrahams, Dave, xv

abstraction, 20

and dependency management, 11

and get/set, 20, 72, 73

and interfaces, 62

abstractions 12

build higher-level from lower-level, 12

depending upon instead of details, 41

vs. details, 128

accumulate, 125

Acyclic Visitor, 41

ADL, 104, 105, 106, 107, 122

and template customization, 122

disabling unwanted, 124

aggregates, 20

Albaugh, Tyrrell, xv

algorithmic complexity, 14

and STL, 14

exponential, 15

linear-looking that is really quadratic, 15, 156

algorithms 162

and design ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C++ Core Guidelines Explained: Best Practices for Modern C++

C++ Core Guidelines Explained: Best Practices for Modern C++

Rainer Grimm
C++ Templates: The Complete Guide, 2nd Edition

C++ Templates: The Complete Guide, 2nd Edition

David Vandevoorde, Nicolai M. Josuttis, Douglas Gregor

Publisher Resources

ISBN: 0321113586Purchase book