ENGLISH

PRACTICAL C DESIGN : from programming to architecture

Book information

Publisher
Apress
Year
2018
ISBN
9781484230572, 1484230574, 9781484230565
Language
english
Format
PDF
Filesize
3 MB (2938044 bytes)
Pages
\257
Time added
2017-10-15 16:00:00

Description

Go from competent C++ developer to skilled designer or architect using this book as your C++ design master class. This title will guide you through the design and implementation of a fun, engaging case study. 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++ Design, you'll have constructed a fully functioning calculator that builds and executes on multiple platforms. Access to the complete source code will help speed your learning. Utilize the Model-View-Controller pattern to determine the optimal architecture for 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; and the abstract factory pattern for a cross-platform plugin infrastructure to make the calculator extensible. What You Will Learn Read a specification document and translate it into a practical C++ design Understand trade-offs in selecting between alternative design scenarios Gain practical experience in applying design patterns to realistic development scenarios Learn how to effectively use language elements of modern C++ to create a lasting design Develop a complete C++ program from a blank canvas through to a fully functioning, cross platform applicationRead, modify, and extend existing, high quality code Learn the fundamentals of API design, including class, module, and plugin interfaces Who This Book Is For The experienced C++ developer ready to take the next step to becoming a skilled C++ designer. Front Matter ....Pages i-xx Defining the Case Study (Adam B. Singer)....Pages 1-7 Decomposition (Adam B. Singer)....Pages 9-29 The Stack (Adam B. Singer)....Pages 31-55 The Command Dispatcher (Adam B. Singer)....Pages 57-96 The Command Line Interface (Adam B. Singer)....Pages 97-113 The Graphical User Interface (Adam B. Singer)....Pages 115-144 Plugins (Adam B. Singer)....Pages 145-193 New Requirements (Adam B. Singer)....Pages 195-223 Back Matter ....Pages 225-246

Similar books