<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The basics of &#8230; C\C++</title>
	<atom:link href="http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/</link>
	<description>Software development wisdom and common-sense for the scientist-programmer</description>
	<lastBuildDate>Mon, 16 Aug 2010 19:05:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/comment-page-1/#comment-259</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 24 Mar 2009 01:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=368#comment-259</guid>
		<description>*smacks head*
Thanks for spotting my &#039;deliberate&#039; error.</description>
		<content:encoded><![CDATA[<p>*smacks head*<br />
Thanks for spotting my &#8216;deliberate&#8217; error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugh</title>
		<link>http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/comment-page-1/#comment-257</link>
		<dc:creator>ugh</dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=368#comment-257</guid>
		<description>erm, you loop over 5 values, but the printout has only 4 :) Additionally what happens is totally unspecified in C. Your program might crash or it might print bogus values. Or the sky will drop on our heads..</description>
		<content:encoded><![CDATA[<p>erm, you loop over 5 values, but the printout has only 4 :) Additionally what happens is totally unspecified in C. Your program might crash or it might print bogus values. Or the sky will drop on our heads..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh chaudhary</title>
		<link>http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/comment-page-1/#comment-147</link>
		<dc:creator>yogesh chaudhary</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=368#comment-147</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: List of programming languages used by programmer scientists &#124; Programming for Scientists</title>
		<link>http://www.programming4scientists.com/2008/12/16/the-basics-of-cc/comment-page-1/#comment-110</link>
		<dc:creator>List of programming languages used by programmer scientists &#124; Programming for Scientists</dc:creator>
		<pubDate>Tue, 23 Dec 2008 04:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=368#comment-110</guid>
		<description>[...] C++. The object-oriented version of C.  This makes is both fast and able to benefit from all the nice (from the developers&#8217; perspective) qualities of an object-oriented language.  It needs the developer to handle things like memory allocation, which can be a headache, but the skilled programmer can use this to their advantage (See Basics of &#8230; CC++). [...]</description>
		<content:encoded><![CDATA[<p>[...] C++. The object-oriented version of C.  This makes is both fast and able to benefit from all the nice (from the developers&#8217; perspective) qualities of an object-oriented language.  It needs the developer to handle things like memory allocation, which can be a headache, but the skilled programmer can use this to their advantage (See Basics of &#8230; CC++). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
