- Jul 31, 2020
- 9,111
- 1,042,900
- 129
TUTProfessor submitted a new resource:
Creational Design Patterns in Modern C++ - Learn creational design patterns in depth & their implementation in Modern C++
Read more about this resource...
Creational Design Patterns in Modern C++ - Learn creational design patterns in depth & their implementation in Modern C++
Learn creational design patterns in depth & their implementation in Modern C++
What you'll learn
- Understand what creational design patterns are
- How creational design patterns solve object construction problems
- Implement singleton correctly in C++ with thread-safety
- Use factory method to encapsulate the construction process
- Use object pool pattern to avoid repetitive construction & destruction of objects...
Read more about this resource...