Profile
Achievement
yuconner's Recent SnippetsTagged design
- All /
« Prev 1 Next »
Note: This doesn't work in multi-threaded environments, check http://en.wikipedia.org/wiki/Singleton_pattern#C.2B.2B
Singleton class model
then:
SingletonClass *pSC = SingletonClass::get_singleton_instance();
pSC->any_public_function();
or: Si...
4
1135
posted 18 years ago by yuconner