<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NaRiver &#187; VC++</title>
	<atom:link href="http://nariver.com/archives/tag/vc/feed" rel="self" type="application/rss+xml" />
	<link>http://nariver.com</link>
	<description>漫无目的的流淌，也有歌唱，伴着忧伤</description>
	<lastBuildDate>Thu, 30 Jun 2011 14:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VS2008:error C2259 cannot instantiate abstract class</title>
		<link>http://nariver.com/archives/486</link>
		<comments>http://nariver.com/archives/486#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:51:49 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual studio]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=486</guid>
		<description><![CDATA[<a href="http://nariver.com/archives/486" title="VS2008:error C2259 cannot instantiate abstract class"></a>Visual Studio2008编译错误error C2259 cannot instantiate abstract class 经过检查，发现源代码中确实已经派生了虚函数，派生的虚函数源文件也正常编译。 最后在微软的官方网站上找到了答案（可能只是error C2259其中一种可能的原因，供参考）： This behavior is by design with VS 2005. The root cause is because wchar_t is a different type than unsigned short though in prior versions of Visual C++, the compiler &#8230;<p class="read-more"><a href="http://nariver.com/archives/486">继续阅读 &#187;</a></p>]]></description>
		<wfw:commentRss>http://nariver.com/archives/486/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual C++调试时查看数组内容</title>
		<link>http://nariver.com/archives/383</link>
		<comments>http://nariver.com/archives/383#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:26:59 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual studio]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=383</guid>
		<description><![CDATA[<a href="http://nariver.com/archives/383" title="Visual C++调试时查看数组内容"></a>微软文档原文地址： http://support.microsoft.com/?scid=kb%3Ben-us%3B198953&#38;x=9&#38;y=9 Starting with Visual C++ version 6.0, it is now possible to expand an array pointer to view all array elements in the Visual C++ Debugger Watch window. This feature is not documented. 从 Visual c + + 6.0 &#8230;<p class="read-more"><a href="http://nariver.com/archives/383">继续阅读 &#187;</a></p>]]></description>
		<wfw:commentRss>http://nariver.com/archives/383/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

