<?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>TuteBox.com &#187; C / C++</title>
	<atom:link href="http://www.tutebox.com/category/programming/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutebox.com</link>
	<description>&#34;Knowledge belongs to the world, be proud to pass it on&#34; - Tutebox</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:12:17 +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>Hello World of C++</title>
		<link>http://www.tutebox.com/515/programming/c/hello-world-of-c/</link>
		<comments>http://www.tutebox.com/515/programming/c/hello-world-of-c/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:59:21 +0000</pubDate>
		<dc:creator>Sanduni</dc:creator>
				<category><![CDATA[C / C++]]></category>

		<guid isPermaLink="false">http://www.tutebox.com/?p=515</guid>
		<description><![CDATA[People, I know you do not want yet another tutorial explaining the theoretical aspects of C++. So let us get to work. Let’s write the first C++ program and understand the basics…;) // my first program in C++ #include &#60;iostream&#62; using namespace std; int main () { cout &#60;&#60; &#8220;Hello World!&#8221;; return 0; } Output: Hello World! The above program is one of the simplest programs that can be written in C++. Nevertheless, it contains [...]]]></description>
		<wfw:commentRss>http://www.tutebox.com/515/programming/c/hello-world-of-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.tutebox.com @ 2012-02-06 02:34:43 by W3 Total Cache -->
