Easy Singleton-Pattern implementation

This programm features a very easy to apply implementation of the singleton design pattern that can be read about in the book “Design Patterns. Elements of Reusable Object-Oriented Software. Addison Wesley, 1995, (ISBN 0-201-63361-2)”.

This programm converts any given class into a singleton class via C++ inheritance abilities.


About this entry