Singleton?

Mar 15, 2009 at 6:37am
I have heard this term used in programming and I would like to know what it is exactly? First of all is it a common concept/term used in C++? Can someone also give me an example of a singleton??
Mar 15, 2009 at 9:08am
http://en.wikipedia.org/wiki/Singleton_pattern

In a nutshell, it's a design pattern (a concept in software development) for a class that allows only one instance of itself.
Topic archived. No new replies allowed.