随笔-68  评论-208  文章-0  trackbacks-5
C++
我的fgen放到sourceforge上了
摘要: fgen发布到sourceforge上了。阅读全文
posted @ 2006-12-28 20:33 Kevin Wan 阅读(815) | 评论 (3) 编辑
delegate in c++ (new version)
摘要: Delegate in C# is similar to a function pointer in C or C++. But it's type-safe, and easy to use.

This delegate library in C++ implements the similar concept. Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object. The delegate object can then be passed to code which can call the referenced method, without having to know at compile time which method will be invoked.阅读全文
posted @ 2006-12-08 21:32 Kevin Wan 阅读(1405) | 评论 (0) 编辑
typelist的实现
posted @ 2006-04-14 18:05 Kevin Wan 阅读(395) | 评论 (0) 编辑

昵称:Kevin Wan
园龄:5年10个月
粉丝:9
关注:1
<2012年2月>
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910

搜索

 
 

常用链接

随笔分类

随笔档案

Microsofter

My Company

  • Flash Chat

My Projects

相关链接

与本blog的读者交流

最新评论

阅读排行榜

评论排行榜

推荐排行榜