Skip to content

LinkedInLearning/cpp-design-patterns-structural-4360277

Repository files navigation

C++ Design Patterns: Structural

This is the repository for the LinkedIn Learning course C++ Design Patterns: Structural. The full course is available from LinkedIn Learning.

C++ Design Patterns: Structural

Design patterns allow you to solve common software development problems in a reusable way, making your code more robust and scalable. In this course, Károly Nyisztor explores the structural design patterns from the Gang of Four. He shows you how to leverage these patterns in modern C++ code and how they can help you design more robust and scalable software. He also discusses the seven structural design patterns from the original design patterns book—adapter, bridge, composite, decorator, facade, flyweight, and proxy—and shows you how to implement each one in modern C++. For each pattern, he shows you when and how to use it, along with its benefits and drawbacks. Join Károly in this course to learn how to apply structural design patterns in your own code and bolster your development skills.

Instructions

  1. To use these exercise files, you must have the following installed:
  2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.

Instructor

Károly Nyisztor

Software Engineer, Author, Entrepreneur

Check out my other courses on LinkedIn Learning.

About

This repo is for the Linkedin Learning course: C++ Design Patterns: Structural

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages