摘要: #include #include #include #include using namespace std;class Singleton {public: int i; static Singleton* GetInstance(); virtual void Show()... 阅读全文
posted @ 2015-01-29 11:36 yufenghou 阅读(153) 评论(0) 推荐(0)