﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Lunny's C++ Blog</title><link>http://www.cppblog.com/lunny/</link><description>Thinking!</description><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 15:38:22 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 15:38:22 GMT</pubDate><ttl>60</ttl><item><title>自己动手编写c++事件模型</title><link>http://www.cppblog.com/lunny/archive/2006/07/30/10706.html</link><dc:creator>风间苍月</dc:creator><author>风间苍月</author><pubDate>Sun, 30 Jul 2006 12:48:00 GMT</pubDate><guid>http://www.cppblog.com/lunny/archive/2006/07/30/10706.html</guid><wfw:comment>http://www.cppblog.com/lunny/comments/10706.html</wfw:comment><comments>http://www.cppblog.com/lunny/archive/2006/07/30/10706.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cppblog.com/lunny/comments/commentRss/10706.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/lunny/services/trackbacks/10706.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在				Java				、				C				＃等语言或者说其类库中，都实现了事件模型。而				c++				语言本身并没有定义事件机制，并且在目前众多优秀的				c++				类库，包括				STL				、				Boost				等都没有实现类似的事件机制。当我们被				MFC				的消息搞得头昏眼花之时，是否有冲动自己去实现...&nbsp;&nbsp;<a href='http://www.cppblog.com/lunny/archive/2006/07/30/10706.html'>阅读全文</a><img src ="http://www.cppblog.com/lunny/aggbug/10706.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/lunny/" target="_blank">风间苍月</a> 2006-07-30 20:48 <a href="http://www.cppblog.com/lunny/archive/2006/07/30/10706.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>