Welcome To Snipplr


Everyone's Recent C++ Snippets Tagged design



« Prev 1 Next »
template factory in modern c++ design
0 840 posted 9 years ago by dongwonkwak
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 905 posted 17 years ago by yuconner
« Prev 1 Next »