2014年8月22日

c++ 单例模式

摘要: templateclass Singleton{protected: Singleton(){} ~Singleton(){} class EConstuct { public: EConstuct() { ... 阅读全文

posted @ 2014-08-22 14:05 c_dragon 阅读(231) 评论(0) 推荐(0) 编辑

导航