Effective Modern C++
42 Specific Ways to Improve Your Use of C++11 and C++14
Price | $35.10 - $40.10
|
Rating | |
Author | Scott Meyers |
Publisher | O'Reilly Media |
Published | 2014 |
Pages | 336 |
Language | English |
Format | Paper book / ebook (PDF) |
ISBN-10 | 1491903996 |
ISBN-13 | 9781491903995 |
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 portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and C++14 - i.e. using modern C++.
Topics include: The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart pointer make functions; The relationships among std::move, std::forward, rvalue references, and universal references; Techniques for writing clear, correct, effective lambda expressions; How std::atomic differs from volatile, how each should be used, and how they relate to C++'s concurrency API; How best practices in "old" C++ programming (i.e., C++98) require revision for software development in modern C++.
Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but covers entirely new material.
- Scott Meyers (3 books)
5 5 2573
Similar Books
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 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
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 John Lakos, Vittorio Romeo, Rostislav Khlebnikov, Alisdair Meredith
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, Con...
Price: $51.28 | Publisher: Addison-Wesley | Release: 2021
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