2009年2月28日

std::mem_fun_ref,mem_fun1_ref分析

摘要: Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Normal 0 7.8 磅 0 2 ... 阅读全文

posted @ 2009-02-28 16:19 cutepig 阅读(1489) 评论(0) 推荐(0) 编辑

COM笔记 (2)COM中事件驱动技术探讨 zz

摘要: COM中事件驱动技术探讨邹飞版本v1.02004年7月目 录1. 问题的提出.... 32. 名次术语.... 33. 常用技术.... 33.1 紧密耦合事件(Tightly Coupled Events,TCE)... 33.1.1 连接点技术... 33.1.2 消息队列技术... 113.2 松散耦合事件(Loosely Coupled Events,LCE)... 113.2.1 COM... 阅读全文

posted @ 2009-02-28 15:34 cutepig 阅读(1042) 评论(0) 推荐(0) 编辑

发掘Scons - [开源世界]

摘要: 发掘Scons - [开源世界] Tag:开源世界 版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明ht... 阅读全文

posted @ 2009-02-28 11:46 cutepig 阅读(5033) 评论(1) 推荐(0) 编辑

boost::trait::is_reference 的研究与修改

摘要: boost::trait::is_reference 的研究与修改http://www.cppblog.com/yindf/archive/2009/02/20/74452.html 先看看boost的实现吧。 1 template 2 struct wapper 3 {}; 4 template 5 _T&(* fun1(wapper t))(); 6 true_type fun... 阅读全文

posted @ 2009-02-28 11:02 cutepig 阅读(543) 评论(0) 推荐(0) 编辑

在编译时决定类型的可继承性

摘要: 在编译时决定类型的可继承性 Posted on 2006-05-15 17:20 nacci 阅读(478) 评论(0) 编辑 收藏 引用 所属分类: C++漫谈 --> 一段C++的读书笔记给定任意2个类型U和T,你如何来确定U是否继承于T呢?在编译时发现两个类型的这种关系对于泛型库的优化是极为重要的... 阅读全文

posted @ 2009-02-28 10:53 cutepig 阅读(400) 评论(1) 推荐(0) 编辑

浅析C++ Compile-time Assertion技术

摘要: 浅析C++ Compile-time Assertion技术http://www.cppblog.com/nacci/archive/2005/11/07/969.aspx Posted on 2005-11-07 23:10 nacci 阅读(1354) 评论(3) 编辑 收藏 引用 所属分类: C++漫谈 --> ... 阅读全文

posted @ 2009-02-28 10:11 cutepig 阅读(1436) 评论(0) 推荐(0) 编辑

限定类的<<操作符(函数模板)输入的为整数类型

摘要: http://topic.csdn.net/u/20081017/22/43aaada5-eb9f-4614-bba8-c185d0dfa410.html需要实现如下功能: class A { public: template A & operator A & operator ::value)); //some integral oper... 阅读全文

posted @ 2009-02-28 10:02 cutepig 阅读(393) 评论(0) 推荐(0) 编辑

导航