<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Teach yourself C++, In five years or more...</title>
	<atom:link href="http://learnsome.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsome.wordpress.com</link>
	<description>In five years or more...</description>
	<lastBuildDate>Mon, 03 Aug 2009 13:33:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='learnsome.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b98377765a8eb73a1ec8d4fc7d6bd939?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Teach yourself C++, In five years or more...</title>
		<link>http://learnsome.wordpress.com</link>
	</image>
			<item>
		<title>Did yoy know? A little sidenote&#8230;</title>
		<link>http://learnsome.wordpress.com/2009/08/03/did-yoy-know-a-little-sidenote/</link>
		<comments>http://learnsome.wordpress.com/2009/08/03/did-yoy-know-a-little-sidenote/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 12:47:54 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=9</guid>
		<description><![CDATA[I&#8217;m going to keep on posting to this site, even if I&#8217;ve been away for a while.
With the introduction of the new C++ 09 Standard (C++0x), more programmers are going to turn to C++ for their coding needs, that&#8217;s what I think, anyway.
I&#8217;m going to include these new constructs, when the target is reached in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=9&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m going to keep on posting to this site, even if I&#8217;ve been away for a while.</p>
<p>With the introduction of the new C++ 09 Standard (C++0x), more programmers are going to turn to C++ for their coding needs, that&#8217;s what I think, anyway.</p>
<p>I&#8217;m going to include these new constructs, when the target is reached in conjunction with earlier posts&#8230;</p>
<p><strong>But, did you know, that after the C90 standard (ANSI C) every programming example/tutorial written in the book &#8220;The C Programming Language, Second Edition&#8221; by Kernighan/Ritchie is a valid C++ program?</strong></p>
<p>So, if you want to get into some basic C programming before embarking the road to the more ambitious object oriented C++, there is no stopping you from learning something about the statically typed C language. It is not a big book, it counts only 260 pages, and is well worth a read. It covers every important concept in the C90 language.</p>
<p>You can get the book here:</p>
<p><a title="The C Language 2edt." href="http://www.amazon.co.uk/C-Programming-Language-2nd/dp/0131103628/ref=sr_1_1?ie=UTF8&amp;qid=1249303579&amp;sr=8-1" target="_blank"><em>The C Programming Language 2 edt.</em></a></p>
<p>Just remember that cases regarding explicit casts in C is not widely employed in a simmilar manner in C++, and Macro&#8217;s are not very useful either, as we use const and enum data types for manifest constants in C++.</p>
<p>I&#8217;ll try to make this page a bit more &#8220;tutorial alike&#8221; as I get the time for it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=9&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2009/08/03/did-yoy-know-a-little-sidenote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic input/output</title>
		<link>http://learnsome.wordpress.com/2008/05/10/basic-inputoutput/</link>
		<comments>http://learnsome.wordpress.com/2008/05/10/basic-inputoutput/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:09:09 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>
		<category><![CDATA[#include]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[output]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=8</guid>
		<description><![CDATA[Here is a snippet that reads two string variables from the console, and writes them out. Not much to write home about&#8230; Explanation follows.

#include &#60;iostream&#62;
#include &#60;string&#62;
using namespace std; //This is not pretty in global namespace scope, but we&#8217;ll learn&#8230;
int main(){
string fname, lname;
cout &#60;&#62; fname;
cout &#60;&#62; lname;
// Output to console:
cout &#60;&#60; &#8220;Hello &#8221; &#60;&#60; fname &#60;&#60; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=8&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a snippet that reads two string variables from the console, and writes them out. Not much to write home about&#8230; Explanation follows.</p>
<p><code><br />
#include &lt;iostream&gt;<br />
#include &lt;string&gt;</code></p>
<p>using namespace std; //This is not pretty in global namespace scope, but we&#8217;ll learn&#8230;</p>
<p>int main(){</p>
<p>string fname, lname;<br />
cout &lt;&gt; fname;<br />
cout &lt;&gt; lname;</p>
<p>// Output to console:<br />
cout &lt;&lt; &#8220;Hello &#8221; &lt;&lt; fname &lt;&lt; &#8221; &#8221; &lt;&lt; lname &lt;&lt; &#8220;!&#8221; &lt;&lt; endl;</p>
<p>return 0;<br />
}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnsome.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnsome.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=8&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2008/05/10/basic-inputoutput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
		<item>
		<title>Babysteps, the compiler</title>
		<link>http://learnsome.wordpress.com/2008/05/09/babysteps-the-compiler/</link>
		<comments>http://learnsome.wordpress.com/2008/05/09/babysteps-the-compiler/#comments</comments>
		<pubDate>Fri, 09 May 2008 16:45:39 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=7</guid>
		<description><![CDATA[To get our C++ program to run, we have to translate it into a machine language program, or let&#8217;s say an executable. To do this we need a couple of things.
Let&#8217;s start with a C++ compiler. To keep it simple for now, we&#8217;ll drop some intermediate steps and say that what the compiler primarily does [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=7&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To get our C++ program to run, we have to translate it into a machine language program, or let&#8217;s say an executable. To do this we need a couple of things.</p>
<p>Let&#8217;s start with a C++ compiler. To keep it simple for now, we&#8217;ll drop some intermediate steps and say that what the compiler primarily does is:</p>
<p>1. Assigning memory addresses to variables. This allows us to use names for variables, rather than having to keep track of the address of each variable ourselves.</p>
<p>2. <a name="and other"></a>Translating arithmetic and other operations (such as <tt>+</tt>, <tt>–</tt><a name="in the"></a>, etc.) into the equivalent machine instructions, including the addresses of variables assigned in the previous step.<br />
Each complete operation understood by the compiler is called a <span class="docEmphasis">statement</span><a name="with a"></a>, and ends with a semicolon (;).<br />
An example could be:<br />
int age = 32;</p>
<p>This tells the compiler to make room for an integer in memory and assign the variable &#8220;age&#8221; the value of 5. This is called a &#8220;statement&#8221;. Values are assigned from right to left, so in case of:<br />
age = age + 10;<br />
The calculation of age + 10 is done before assigning the new value back into the already initialized age variable of type int.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnsome.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnsome.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=7&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2008/05/09/babysteps-the-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
		<item>
		<title>Some definitions</title>
		<link>http://learnsome.wordpress.com/2008/05/09/some-definitions/</link>
		<comments>http://learnsome.wordpress.com/2008/05/09/some-definitions/#comments</comments>
		<pubDate>Fri, 09 May 2008 15:44:16 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>
		<category><![CDATA[Definitions]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=6</guid>
		<description><![CDATA[A machine instruction is one of the fundamental operations that a CPU can perform. Some examples of these operations are addition, subtraction, or other arithmetic operations; other possibilities include operations that control what instruction will be executed next. All C++ programs must be converted into machine instructions by a compiler before they can be executed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=6&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="docText">A <span class="docEmphStrong">machine instruction</span><a name="that a"></a> is one of the fundamental operations that a <span class="docEmphasis">CPU</span><a name="can perform"></a> can perform. Some examples of these operations are addition, subtraction, or other arithmetic operations; other possibilities include operations that control what instruction will be executed next. All C++ programs must be converted into machine instructions by a <span class="docEmphasis">compiler</span><a name="can be"></a> before they can be executed by the <span class="docEmphasis">CPU</span>.<a name="idd1e5657"></a></p>
<p>An <span class="docEmphStrong">assembly language</span><a name="is the"></a> program is the human-readable representation of a set of <span class="docEmphasis">machine instruction</span><a name="statement corresponds"></a>s; each assembly language statement corresponds to one machine instruction. By contrast, a C++ program consists of much higher-level operations which cannot be directly translated one-for-one into machine instructions.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnsome.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnsome.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=6&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2008/05/09/some-definitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a digit?</title>
		<link>http://learnsome.wordpress.com/2008/05/09/what-is-a-digit/</link>
		<comments>http://learnsome.wordpress.com/2008/05/09/what-is-a-digit/#comments</comments>
		<pubDate>Fri, 09 May 2008 15:33:00 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=5</guid>
		<description><![CDATA[A digit is one of the characters used in any positional numbering system to represent all numbers starting at 0 and ending at one less than the base of the numbering system. In the decimal system, there are ten digits, 0 – 9, and in the hexadecimal system there are sixteen digits, 0 – 9 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=5&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="docText">A <span class="docEmphStrong">digit</span><a name="characters used"></a> is one of the characters used in any positional numbering system to represent all numbers starting at 0 and ending at one less than the base of the numbering system. In the decimal system, there are ten digits, 0 – 9, and in the hexadecimal system there are sixteen digits, 0 – 9 and a – f.<a name="idd1e5595"></a><a name="idd1e5600"></a><a name="idd1e5605"></a></p>
<p class="docText">A <span class="docEmphStrong">binary</span><a name="is one"></a> number system is one that uses only two digits, 0 and 1.<a name="idd1e5618"></a></p>
<p class="docText">A <span class="docEmphStrong">hexadecimal</span><a name="is one"></a> number system is one that uses sixteen digits, 0 – 9 and a – f.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnsome.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnsome.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=5&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2008/05/09/what-is-a-digit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
		<item>
		<title>To C or not to C</title>
		<link>http://learnsome.wordpress.com/2008/05/09/to-c-or-not-to-c/</link>
		<comments>http://learnsome.wordpress.com/2008/05/09/to-c-or-not-to-c/#comments</comments>
		<pubDate>Fri, 09 May 2008 15:07:12 +0000</pubDate>
		<dc:creator>Baltazaar</dc:creator>
				<category><![CDATA[Tech yourself C++ (in 5 years)]]></category>

		<guid isPermaLink="false">http://learnsome.wordpress.com/?p=3</guid>
		<description><![CDATA[Bjarne Stroustrup, on page 169 of his book, The Design and Evolution of C++, he says:
&#8220;Learn C++ first. The C subset is easier to learn for C/C++ novices and easier to use than C itself.&#8221;
So let&#8217;s start there.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=3&subd=learnsome&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Bjarne Stroustrup, on page 169 of his book, <span class="docEmphasis"><a name="Design and"></a>The Design and Evolution of C++</span><a name="C subset"></a>, he says:</p>
<p>&#8220;Learn C++ first. The C subset is easier to learn for C/C++ novices and easier to use than C itself.&#8221;</p>
<p>So let&#8217;s start there.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/learnsome.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/learnsome.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnsome.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnsome.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/learnsome.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/learnsome.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/learnsome.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/learnsome.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/learnsome.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/learnsome.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/learnsome.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/learnsome.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnsome.wordpress.com&blog=3680752&post=3&subd=learnsome&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://learnsome.wordpress.com/2008/05/09/to-c-or-not-to-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/71057efd9c918b40ad8c39366c7b43ad?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Baltazaar</media:title>
		</media:content>
	</item>
	</channel>
</rss>