﻿<?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++博客-随笔-文章分类-个人总结</title><link>http://www.cppblog.com/Tveiker/category/15902.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 19 Jan 2011 11:14:26 GMT</lastBuildDate><pubDate>Wed, 19 Jan 2011 11:14:26 GMT</pubDate><ttl>60</ttl><item><title>visual 2010 c++得意解决</title><link>http://www.cppblog.com/Tveiker/articles/138889.html</link><dc:creator>あ维wêiセ</dc:creator><author>あ维wêiセ</author><pubDate>Wed, 19 Jan 2011 08:46:00 GMT</pubDate><guid>http://www.cppblog.com/Tveiker/articles/138889.html</guid><wfw:comment>http://www.cppblog.com/Tveiker/comments/138889.html</wfw:comment><comments>http://www.cppblog.com/Tveiker/articles/138889.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/Tveiker/comments/commentRss/138889.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Tveiker/services/trackbacks/138889.html</trackback:ping><description><![CDATA[在定义类时，如牵扯到template时<br>类定义.h文件应该与源文件.cpp放在一起编译<br>原因如下：<br><span style="COLOR: red">template类的实现和接口不要分开，这个不像类。<br>因为模板类在编译的时候就相当于宏定义,分两个文件是找不到的。</span>
<img src ="http://www.cppblog.com/Tveiker/aggbug/138889.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Tveiker/" target="_blank">あ维wêiセ</a> 2011-01-19 16:46 <a href="http://www.cppblog.com/Tveiker/articles/138889.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>