
模式设计
文章平均质量分 62
zimu2702
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
个人写的单键模式模版的例子
#ifndef _SINGLETON_329FC8D0_C954_4cd3_ADE8_B0CB704A35F3_h_ #define _SINGLETON_329FC8D0_C954_4cd3_ADE8_B0CB704A35F3_h_ template class Singleton { //typedef T ObjectType; public: static T & I原创 2011-08-05 11:30:07 · 657 阅读 · 0 评论 -
doxygen 使用
这文值得一看: http://www.doc88.com/p-38771914275.html http://www.cnblogs.com/xuxm2007/archive/2010/11/05/1870108.html 1、export设置: doxygen -g xx.cfg 根据下边3条修改配置文件xx.cfg,然后执行 doxygen xx.cfg,就会得到相应文件在proje原创 2012-06-06 15:55:14 · 601 阅读 · 0 评论 -
智能指针
http://wenku.baidu.com/view/b938fc6aa45177232f60a212.html 关于STL auto_ptr有讲解 http://blog.youkuaiyun.com/NewNebuladream/article/details/4354664 如果要弄明白什么叫智能指针,首先需要了解智能指针究竟是怎么来的。 日常编程情景回顾 情景1:共享所有权 Obj*转载 2012-06-13 09:51:30 · 572 阅读 · 0 评论