April 2021
Intermediate to advanced
540 pages
12h 3m
English
C++ is not just an object-oriented language, and it doesn't just offer dynamic polymorphism, so design in C++ is not just about the Gang of Four patterns. In this chapter, you will learn about the commonly used C++ idioms and design patterns and where to use them.
The following topics will be covered in this chapter:
That's quite a list! Let's not waste time and jump right in.
The code from this chapter requires the following tools to build and run:
The source code snippets from the chapter can be found ...
Read now
Unlock full access