随笔分类 -  设计模式

摘要:/************************************************ 【创建型】 之 单件模式***摘自c++ 编程思想 第2卷 384页 2010-12-30************************************************/#include <iostream>using namespace std;class Sing... 阅读全文
posted @ 2010-12-30 21:44 网络小虫 阅读(229) 评论(0) 推荐(0)