c++ 单例模式

class C{
private:
   C();
public:
   static C* get_instance();
}

 

待测

posted on 2015-11-05 09:41  雨渐渐  阅读(115)  评论(0编辑  收藏  举报

导航