Brief bookclub talk I gave at work introducing the singleton design pattern in C++.
Chapter 15 from Hands-On Design Patterns with C++ by Fedor G. Pikus.

Source code:
singleton.hpp | singleton.cpp


One Reply to “Singleton Pattern Explained”

Leave a Reply