Hands-on design patterns with C++ : solve common C++ problems with modern design patterns and build robust applications

Book Cover
Average Rating
Published
Birmingham, UK : Packt, [2019].
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781788837958, 1788837959

Notes

Bibliography
Includes bibliographical references.
Description
A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C++ Key Features Delve into the core patterns and components of C++ in order to master application design Learn tricks, techniques, and best practices to solve common design and architectural challenges Understand the limitation imposed by C++ and how to solve them using design patterns Book Description C++ is a general-purpose programming language designed with the goals of efficiency, performance, and flexibility in mind. Design patterns are commonly accepted solutions to well-recognized design problems. In essence, they are a library of reusable components, only for software architecture, and not for a concrete implementation. The focus of this book is on the design patterns that naturally lend themselves to the needs of a C++ programmer, and on the patterns that uniquely benefit from the features of C++, in particular, the generic programming. Armed with the knowledge of these patterns, you will spend less time searching for a solution to a common problem and be familiar with the solutions developed from experience, as well as their advantages and drawbacks. The other use of design patterns is as a concise and an efficient way to communicate. A pattern is a familiar and instantly recognizable solution to specific problem; through its use, sometimes with a single line of code, we can convey a considerable amount of information. The code conveys: "This is the problem we are facing, these are additional considerations that are most important in our case; hence, the following well-known solution was chosen." By the end of this book, you will have gained a comprehensive understanding of design patterns to create robust, reusable, and maintainable code. What you will learn Recognize the most common design patterns used in C++ Understand how to use C++ generic programming to solve common design problems Explore the most powerful C++ idioms, their strengths, and drawbacks Rediscover how to use popular C++ idioms with generic programming Understand the impact of design patterns on the program's performance Who this book is for This book is for experienced C++ developers and programmers who wish to learn about software design patterns and principles and apply them to create robust, reusable, and easily maintainable apps.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Pikus, F. G. (2019). Hands-on design patterns with C++: solve common C++ problems with modern design patterns and build robust applications . Packt.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Pikus, Fedor G.. 2019. Hands-on Design Patterns With C++: Solve Common C++ Problems With Modern Design Patterns and Build Robust Applications. Birmingham, UK: Packt.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Pikus, Fedor G.. Hands-on Design Patterns With C++: Solve Common C++ Problems With Modern Design Patterns and Build Robust Applications Birmingham, UK: Packt, 2019.

Harvard Citation (style guide)

Pikus, F. G. (2019). Hands-on design patterns with C++: solve common C++ problems with modern design patterns and build robust applications. Birmingham, UK: Packt.

MLA Citation, 9th Edition (style guide)

Pikus, Fedor G.. Hands-on Design Patterns With C++: Solve Common C++ Problems With Modern Design Patterns and Build Robust Applications Packt, 2019.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
9584b77e-27ba-d8e5-f8a0-9a529fbe2375-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID9584b77e-27ba-d8e5-f8a0-9a529fbe2375-eng
Full titlehands on design patterns with c solve common c problems with modern design patterns and build robust applications
Authorpikus fedor g
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-01-29 03:26:05AM

Book Cover Information

Image SourcecontentCafe
First LoadedMar 22, 2023
Last UsedJan 11, 2025

Marc Record

First DetectedMar 21, 2023 12:08:26 PM
Last File Modification TimeDec 17, 2024 08:08:54 AM
SuppressedRecord had no items

MARC Record

LEADER04418cam a2200457 i 4500
001on1086399097
003OCoLC
00520241217080611.0
006m     o  d        
007cr unu||||||||
008190220s2019    enka    ob    000 0 eng d
020 |a 9781788837958|q (electronic bk.)
020 |a 1788837959|q (electronic bk.)
035 |a (OCoLC)1086399097
037 |a CL0501000028|b Safari Books Online
037 |a 4A1FD691-140B-4C31-9E0B-9C90EA713687|b OverDrive, Inc.|n http://www.overdrive.com
040 |a UMI|b eng|e rda|e pn|c UMI|d UMI|d TEFOD|d OCLCF|d N$T|d K6U|d OCLCO|d OCLCQ|d OCLCO|d KSU|d OCLCQ|d OCLCO|d OCLCL|d DXU
049 |a MAIN
050 4|a QA76.73.C153
08204|a 005.13/3|2 23
1001 |a Pikus, Fedor G.,|e author.
24510|a Hands-on design patterns with C++ :|b solve common C++ problems with modern design patterns and build robust applications /|c Fedor G. Pikus.
2463 |a Hands-on design patterns with C plus plus
264 1|a Birmingham, UK :|b Packt,|c [2019]
264 4|c ©2019
300 |a 1 online resource (1 volume) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
504 |a Includes bibliographical references.
520 |a A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C++ Key Features Delve into the core patterns and components of C++ in order to master application design Learn tricks, techniques, and best practices to solve common design and architectural challenges Understand the limitation imposed by C++ and how to solve them using design patterns Book Description C++ is a general-purpose programming language designed with the goals of efficiency, performance, and flexibility in mind. Design patterns are commonly accepted solutions to well-recognized design problems. In essence, they are a library of reusable components, only for software architecture, and not for a concrete implementation. The focus of this book is on the design patterns that naturally lend themselves to the needs of a C++ programmer, and on the patterns that uniquely benefit from the features of C++, in particular, the generic programming. Armed with the knowledge of these patterns, you will spend less time searching for a solution to a common problem and be familiar with the solutions developed from experience, as well as their advantages and drawbacks. The other use of design patterns is as a concise and an efficient way to communicate. A pattern is a familiar and instantly recognizable solution to specific problem; through its use, sometimes with a single line of code, we can convey a considerable amount of information. The code conveys: "This is the problem we are facing, these are additional considerations that are most important in our case; hence, the following well-known solution was chosen." By the end of this book, you will have gained a comprehensive understanding of design patterns to create robust, reusable, and maintainable code. What you will learn Recognize the most common design patterns used in C++ Understand how to use C++ generic programming to solve common design problems Explore the most powerful C++ idioms, their strengths, and drawbacks Rediscover how to use popular C++ idioms with generic programming Understand the impact of design patterns on the program's performance Who this book is for This book is for experienced C++ developers and programmers who wish to learn about software design patterns and principles and apply them to create robust, reusable, and easily maintainable apps.
5880 |a Online resource; title from title page (Safari, viewed February 15, 2019).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a C++ (Computer program language)
650 0|a Software patterns.|9 72781
650 0|a Application software|x Development.|9 70680
758 |i has work:|a Hands-On Design Patterns with C++ (Text)|1 https://id.oclc.org/worldcat/entity/E39PD3TyjtBv9B9G3hwV7XjgXb|4 https://id.oclc.org/worldcat/ontology/hasWork
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781788832564/?ar|x O'Reilly|z eBook
938 |a EBSCOhost|b EBSC|n 2014792
994 |a 92|b VIA
999 |c 287994|d 287994