2014年9月4日

c++单例

摘要: 内:#include class Singleton{public: static Singleton *GetInstance() { return m_pSingletom; } int function() { return 0; ... 阅读全文

posted @ 2014-09-04 10:12 Hai_阔天空 阅读(164) 评论(0) 推荐(0)

导航