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


Price:
Sale price$44.99

Description

Write More Elegant C++ Programs

The official C++ Core Guidelines provide consistent best practices for writing outstanding modern C++ code and improving legacy code, but they're organized as a reference for looking up one specific point at a time, not as a tutorial for working developers. In C++ Core Guidelines Explained, expert C++ instructor Rainer Grimm has distilled them to their essence, removing esoterica, sharing new insights and context, and presenting well-tested examples from his own training courses.

Grimm helps experienced C++ programmers use the Core Guidelines with any recent version of the language, from C++11 onward. Most of his code examples are written for C++17, with added coverage of newer versions and C++20 wherever appropriate, and references to the official C++ Core Guidelines online.

Whether you're creating new software or improving legacy code, Grimm will help you get more value from the Core Guidelines' most useful rules, as you write code that's safer, clearer, more efficient, and easier to maintain.

  • Apply the guidelines and underlying programming philosophy
  • Correctly use interfaces, functions, classes, enum, resources, expressions, and statements
  • Optimize performance, implement concurrency and parallelism, and handle errors
  • Work effectively with constants, immutability, templates, generics, and metaprogramming
  • Improve your C++ style, manage source files, and use the Standard Library

"We are very pleased to see Rainer Grimm applying his teaching skills and industrial background to tackling the hard and necessary task of making the C++ Core Guidelines accessible to more people."
--Bjarne Stroustrup and Herb Sutter, co-editors, C++ Core Guidelines

Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.



Author: Rainer Grimm
Publisher: Addison-Wesley Professional
Published: 04/22/2022
Pages: 528
Binding Type: Paperback
Weight: 1.65lbs
Size: 9.00h x 7.00w x 0.70d
ISBN13: 9780136875673
ISBN10: 013687567X
BISAC Categories:
- Computers | Languages | C++

About the Author
Rainer Grimm has worked as a software architect, team lead, and instructor since 1999, and offered seminars on C++, Python, and proprietary software since 2002. He writes regularly on C++, Python, and Haskell, speaks at conferences on programming issues, and blogs weekly in English (modernescpp.com) and German (www.grimm-jaud.de/index.php/blog). Now an independent instructor, he offers seminars on modern C++ and Python. He has authored several books on modern C++, concurrency, and related topics.