The Singleton Design Pattern in C++

Jul 03,2017

Eduard Karesli

2013-11-17T02:39:45Z

The Singleton design pattern is a fairly common question that is asked during job interviews and I think it would be interesting and helpful for any programmer to at least have an idea about it.
I discuss 3 implementations of the Singleton here.

C++SingletonDesign PatternsComputer ScienceC++11