<?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>Nano&#039;s Blog &#187; cpp</title>
	<atom:link href="http://www.nanohe.net/blog/tag/cpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello World &#8211; C++</title>
		<link>http://www.nanohe.net/blog/2010/01/hello-world-c-2/</link>
		<comments>http://www.nanohe.net/blog/2010/01/hello-world-c-2/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 01:57:38 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[cpp]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=48</guid>
		<description><![CDATA[

// BlogHelloWorld.cpp : main project file.

#include &#34;stdafx.h&#34;

using namespace System;

int main(array&#60;System::String ^&#62; ^args)
{
	// VS2005 CLR Console application
    Console::WriteLine(L&#34;Hello World.&#34;);
	// Pause console window
	Console::ReadLine();
    return 0;
}

]]></description>
			<content:encoded><![CDATA[<pre class="brush: cpp;">

// BlogHelloWorld.cpp : main project file.

#include &quot;stdafx.h&quot;

using namespace System;

int main(array&lt;System::String ^&gt; ^args)
{
	// VS2005 CLR Console application
    Console::WriteLine(L&quot;Hello World.&quot;);
	// Pause console window
	Console::ReadLine();
    return 0;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/hello-world-c-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
