yuconner


Member since 08/03/2006

Location: Argentina

1 snippets

3717 profile views

3 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

yuconner's Recent SnippetsTagged design



« 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 863 posted 17 years ago by yuconner
« Prev 1 Next »