Practical C++ Design Practical C++ Design

Practical C++ Design

From Programming to Architecture

    • $54.99
    • $54.99

Publisher Description

Go from competent C++ developer to skilled designer or architect using this book as your personal C++ design master class. Updated for the C++20 standard, this title will guide you through the design and implementation of an engaging case study that forms the backdrop for learning the art of applying design patterns and modern C++ techniques to create a high quality, robust application.  

Starting with a quick exploration of the requirements for building the application, you'll delve into selecting an appropriate architecture, eventually designing and implementing all of the necessary modules to meet the project’s requirements. By the conclusion of Practical C++ 20 Design, you'll have constructed a fully functioning calculator capable of building and executing on any platform that supports both Qt and C++20. Access to the complete source code will help speed your learning. 

Utilize the Model-View-Controller pattern as the basis for the architecture of the calculator; the observer pattern to design an event system; the singleton pattern as you design the calculator’s central data repository, a reusable stack; the command pattern to design a command system supporting unlimited undo/redo; the abstract factory pattern to build a cross-platform plugin infrastructure for extensibility; coroutines to implement a command line interface with a lazy tokenizer; and more.

After reading and using this book, you’ll have begun the transition from C++ programmer to architect.  

You will:

Read a specification document and translate it into a practical C++ design using some of the latest language features from C++20Understand trade-offs in selecting between alternative design scenariosGain practical experience in applying design patterns to realistic development scenariosLearn how to effectively use language elements of modern C++ to create a lasting designDevelopa complete C++ program from a blank canvas through to a fully functioning, cross platform applicationRead, modify, and extend existing, high quality codeLearn the fundamentals of API design, including class, module, and plugin interfaces

GENRE
Computing & Internet
RELEASED
2021
10 December
LANGUAGE
EN
English
LENGTH
309
Pages
PUBLISHER
Apress
SELLER
Springer Nature B.V.
SIZE
3.1
MB

More Books Like This

Aspect-Oriented Programming with the e Verification Language (Enhanced Edition) Aspect-Oriented Programming with the e Verification Language (Enhanced Edition)
2010
Foundations of Object-Oriented Programming Using .NET 2.0 Patterns Foundations of Object-Oriented Programming Using .NET 2.0 Patterns
2006
Beginning VB 2008 Beginning VB 2008
2008
Self-Sustaining Systems Self-Sustaining Systems
2008
Hands-On Design Patterns with Delphi Hands-On Design Patterns with Delphi
2019
Design Patterns with Java Design Patterns with Java
2023

More Books by Adam B. Singer