jockey--algorithm
文章平均质量分 77
pirate97
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【c++算法】stringsplit
#include "stdafx.h" #include #include #include using namespace std; void StringSplit( const string & str, vector & tokens, const string & delimiters); int _tmain(int argc, _TCHAR* argv[]) { strin转载 2012-04-27 09:36:08 · 1058 阅读 · 0 评论 -
WTL应用程序处理ActiveX事件更好的方法
WTL应用程序处理ActiveX事件更好的方法 之前写的“WTL应用程序接收处理ActiveX控件事件的实现”文章已经描述了如何处理ActiveX的事件,但那个方法实施起来比较繁锁,也不易读解。这里介绍更简便的方法,甚少不需要一个一个的将UUID拷到WTL工程来用,而是直到使用IDL文件编译出来的结果,这样的好处是当这些UUID更改后重新编译就可以了,不需要修改源码。 首先我们写的Ac转载 2012-05-29 13:19:23 · 707 阅读 · 0 评论
分享