C++ Design Pattern Singleton

C++ examples for Design Pattern:Singleton

Description

Click the following links for the tutorial for Design Pattern and Singleton.

  1. Ensuring a Single Copy of a Member Variable, Using a static member variable
  2. Creating a Singleton Class