<?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: Advanced Control Flow &#8211; Switch Statements</title>
	<atom:link href="http://talkbinary.com/programming/c/advanced-control-flow-switch-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com/programming/c/advanced-control-flow-switch-statements/</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:52:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rarst</title>
		<link>http://talkbinary.com/programming/c/advanced-control-flow-switch-statements/comment-page-1/#comment-250</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Sun, 24 Aug 2008 05:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=728#comment-250</guid>
		<description>Missed accumulating rewards part. :) Bit weird to give all three medals together. :)</description>
		<content:encoded><![CDATA[<p>Missed accumulating rewards part. :) Bit weird to give all three medals together. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/advanced-control-flow-switch-statements/comment-page-1/#comment-249</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 24 Aug 2008 05:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=728#comment-249</guid>
		<description>The absence of breaks was to stress the fact that for a situation like the one I posted above, a switch statement looks more cleaner, than else if statements. 

In other words, if you hit case 1, you&#039;ll get case 2 and case 3 because there are no break statements before that.</description>
		<content:encoded><![CDATA[<p>The absence of breaks was to stress the fact that for a situation like the one I posted above, a switch statement looks more cleaner, than else if statements. </p>
<p>In other words, if you hit case 1, you&#8217;ll get case 2 and case 3 because there are no break statements before that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://talkbinary.com/programming/c/advanced-control-flow-switch-statements/comment-page-1/#comment-228</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=728#comment-228</guid>
		<description>Clearly not enough breaks in last piece of code. :)</description>
		<content:encoded><![CDATA[<p>Clearly not enough breaks in last piece of code. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
