会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chunyou128
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2015年3月24日
编译时多态
摘要: #include "stdafx.h"#include using namespace std;template class B1{public: void SayHi() { T* pT = static_cast(this); // HUH?? I'll explain this be...
阅读全文
posted @ 2015-03-24 23:18 无名使者
阅读(142)
评论(0)
推荐(0)
编辑
线程池
摘要: 线程池
阅读全文
posted @ 2015-03-24 21:42 无名使者
阅读(100)
评论(0)
推荐(0)
编辑
CSingleLock
摘要: CSingleLock通常和CCriticalSection配合使用。总结这种用法
阅读全文
posted @ 2015-03-24 21:28 无名使者
阅读(492)
评论(0)
推荐(0)
编辑