<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fandongwei" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fandongwei" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 07 May 2009 23:23:00 GMT</lastBuildDate><title>Fany的专栏</title><link>http://blog.csdn.net/fandongwei/</link><item><title>2008年某月写的矩阵Matrix模板类</title><link>http://blog.csdn.net/fandongwei/archive/2009/05/07/4159225.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/4159225.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/4159225.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4159225</trackback:ping><description>matrix 矩阵 模板类 C++&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/4159225.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 May 2009 07:23:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2009/05/07/4159225.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2009/05/07/4159225.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2009/05/07/4159225.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215051/1185190</fs:itemid></item><item><title>解决头文件相互包含问题的方法----超前引用- -</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/17/1568375.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1568375.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1568375.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1568375</trackback:ping><description>所谓超前引用是指一个类型在定义之前就被用来定义变量和声明函数。
     一般情况下，C/C++要求所有的类型必须在使用前被定义，但是在一些特殊情况下，这种要求无法满足，例如，在类CMyView中保留了一个非模式对话框对象指针，该对象用于显示/修改一些信息。为了实现对话框&quot;应用&quot;按钮，把对话框做的修改立刻更新到view界面上，为此，需要在对话框类中需要保存view类的指针，这样定义关系就变成如下的代码：
..............&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1568375.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Apr 2007 06:34:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/17/1568375.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/17/1568375.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/17/1568375.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215052/1185190</fs:itemid></item><item><title>一个简单的基于System.Web.Mail的ASP.Net邮件发送程序</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/17/1567230.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1567230.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1567230.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1567230</trackback:ping><description>这里就是一个简单的asp.net网页了，代码很简单，直接copy到记事本里面保存为*.aspx文件就可以用了。本人已经测试过，可以使用&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1567230.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Apr 2007 11:49:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/17/1567230.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/17/1567230.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/17/1567230.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215053/1185190</fs:itemid></item><item><title>获取应用程序当前所在实际路径</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/15/1565168.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1565168.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1565168.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1565168</trackback:ping><description>当前路径与应用程序所在的路径有可能是不同的，特别是在使用CFileDialog（或之类东西的时候）有可能将当前路径改为与应用程序所在路径不同的其他地方。&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1565168.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Apr 2007 12:08:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/15/1565168.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/15/1565168.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/15/1565168.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215054/1185190</fs:itemid></item><item><title>使用CFontDialog,CFont,COLORREF改变CRichEdit的字体及颜色</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559843.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1559843.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1559843.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1559843</trackback:ping><description>使用CFontDialog,CFont,COLORREF改变CRichEdit的字体及颜色&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1559843.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 09:11:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559843.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/11/1559843.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559843.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215055/1185190</fs:itemid></item><item><title>保存、读取CFont到文件的解决方案</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559837.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1559837.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1559837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1559837</trackback:ping><description>保存、读取CFont到文件的解决方案&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1559837.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 08:50:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559837.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/11/1559837.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/11/1559837.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215056/1185190</fs:itemid></item><item><title>动态创建二维数组及delete</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/06/1554427.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1554427.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1554427.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1554427</trackback:ping><description>动态创建二维数组&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1554427.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 22:40:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/06/1554427.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/06/1554427.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/06/1554427.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215057/1185190</fs:itemid></item><item><title>屏蔽vc6使用STL容器时的warning</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/03/1550020.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1550020.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1550020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1550020</trackback:ping><description>建议是把所有warning解决掉在VC6使用STL容器时，会产生一大堆的warning或莫名的error如:fatal error C1063:这时可在header加入#pragma warning ( disable : 4786 ) warning不见了，error也有可能解决了。&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1550020.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 03 Apr 2007 09:01:00 +0800</pubDate><author>Fany</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/03/1550020.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/03/1550020.aspx</guid><dc:creator>Fany</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/03/1550020.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215058/1185190</fs:itemid></item><item><title>网页整体放大/缩小的实现</title><link>http://blog.csdn.net/fandongwei/archive/2007/04/02/1548852.aspx</link><wfw:comment>http://blog.csdn.net/fandongwei/comments/1548852.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fandongwei/comments/commentRss/1548852.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1548852</trackback:ping><description>发现maxthon的菜单 -功能，个人感觉很有意思，于是自己也采用mshtml实现了一下：

CBHtmlView是我从CHtmlView中继承而来的一个类&lt;img src =&quot;http://blog.csdn.net/fandongwei/aggbug/1548852.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Apr 2007 09:24:00 +0800</pubDate><author>fandongwei</author><comments>http://blog.csdn.net/fandongwei/archive/2007/04/02/1548852.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fandongwei/archive/2007/04/02/1548852.aspx</guid><dc:creator>fandongwei</dc:creator><fs:srclink>http://blog.csdn.net/fandongwei/archive/2007/04/02/1548852.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/fandongwei/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/fandongwei/~1185209/213215059/1185190</fs:itemid></item></channel></rss>