Geo-Info Technical Blog

Blogging 3S , Programming ,etc.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月23日

摘要: #ifndef _SINGLETON_H_ #define _SINGLETON_H_ //单件类 #include using namespace std; template class Singleton { 阅读全文

posted @ 2012-04-23 16:59 cosophy 阅读(356) 评论(0) 推荐(0) 编辑