Embracing Modern C++ Safely
Price | $51.28 - $84.95
|
Rating | |
Authors | John Lakos, Vittorio Romeo, Rostislav Khlebnikov, Alisdair Meredith |
Publisher | Addison-Wesley |
Published | 2021 |
Pages | 1376 |
Language | English |
Format | Paper book / ebook (PDF) |
ISBN-10 | 0137380356 |
ISBN-13 | 9780137380350 |
Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls.
Based on their years of experience with large, mission-critical projects, four leading C++ authorities divide C++11/14 language features into three categories: Safe, Conditionally Safe, and Unsafe. Safe features offer compelling value, are easy to use productively, and are relatively difficult to misuse. Conditionally Safe features offer significant value but come with risks that require significant expertise and familiarity before use. Unsafe features have an especially poor risk/reward ratio, are easy to misuse, and are beneficial in only the most specialized circumstances.
This book distills the C++ community's years of experience applying C++11 and C++14 features and will help you make effective and safe design decisions that reflect real-world, economic engineering tradeoffs in large-scale, diverse software development environments. The authors use examples derived from real code bases to illustrate every finding objectively and to illuminate key issues. Each feature identifies the sound use cases, hidden pitfalls, and shortcomings of that language feature.
After reading this book, you will: Understand what each C++11/14 feature does and where it works best; Recognize how to work around show-stopping pitfalls and annoying corner cases; Know which features demand additional training, experience, and peer review; Gain insights for preparing coding standards and style guides that suit your organization's needs; Be equipped to introduce modern C++ incrementally and judiciously into established code bases.
Seasoned C++ developers, team leads, and technical managers who want to improve productivity, code quality, and maintainability will find the insights in this modular, meticulously organized reference indispensable.
- John Lakos
- Vittorio Romeo
- Rostislav Khlebnikov
- Alisdair Meredith
5 5 8
Similar Books
Modern C++: Efficient and Scalable Application Development
by Richard Grimes, Marius Bancila
C++ is one of the most widely used programming languages. It is fast, flexible, and used to solve many programming problems.This Learning Path gives you an in-depth and hands-on experience of working with C++, using the latest recipes and understanding most recent developments. You will explore C++ programming constructs by learning about...
Price: $49.99 | Publisher: Packt Publishing | Release: 2018
by Rainer Grimm
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 dist...
Price: $31.84 | Publisher: Addison-Wesley | Release: 2022
by Scott Meyers
Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively - so that your software is correct, efficient, maintainable, and port...
Price: $35.10 | Publisher: O'Reilly Media | Release: 2014
by Praseed Pai, Peter Abraham
Reactive programming is an effective way to build highly responsive applications with an easy-to-maintain code base. This book covers the essential functional reactive concepts that will help you build highly concurrent, event-driven, and asynchronous applications in a simpler and less error-prone way.C++ Reactive Programming begins with ...
Price: $35.99 | Publisher: Packt Publishing | Release: 2018
by Dmitri Nesteruk
Apply modern C++17 to the implementations of classic design patterns. As well as covering traditional design patterns, this book fleshes out new patterns and approaches that will be useful to C++ developers. The author presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying deg...
Price: $67.41 | Publisher: Apress | Release: 2018
Design Patterns in Modern C++20, 2nd Edition
by Dmitri Nesteruk
Apply the latest editions of the C++ standard to the implementation of design patterns. As well as covering traditional design patterns, this book fleshes out new design patterns and approaches that will be useful to modern C++ developers. Author Dmitri Nesteruk presents concepts as a fun investigation of how problems can be solved in dif...
Price: $32.52 | Publisher: Apress | Release: 2022
Modern C++ Programming with Test-Driven Development
by Jeff Langr
If you program in C++ you've been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those ...
Price: $20.57 | Publisher: The Pragmatic Programmers | Release: 2013
Software Architecture with C++
by Adrian Ostrowski, Piotr Gaczkowski
Software architecture refers to the high-level design of complex applications. It is evolving just like the languages we use. Modern C++ allows developers to write high-performance apps in a high-level language without sacrificing readability and maintainability. If you're working with modern C++, this practical guide will help you p...
Price: $38.84 | Publisher: Packt Publishing | Release: 2021