<?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: goto: evil incarnate, or handy keyword?</title>
	<atom:link href="http://www.davidarno.org/c-howtos/goto-evil-incarnate-or-handy-keyword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidarno.org</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 22:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.davidarno.org/c-howtos/goto-evil-incarnate-or-handy-keyword/comment-page-1/#comment-7484</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 12 Oct 2011 14:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidarno.org/#comment-7484</guid>
		<description>Why not just throw an exception? 
After all, when &quot;some unhandled condition occurs&quot;, it&#039;s probably okay to call that an &#039;exception case&#039;, isn&#039;t it?
Catch the exception outside the for loops and handle that awful case and go on.
No need for the goto...</description>
		<content:encoded><![CDATA[<div style="padding: 1em; border: 1px solid #606060; margin-top: 1em;"><p><p>Why not just throw an exception?<br />
After all, when &#8220;some unhandled condition occurs&#8221;, it&#8217;s probably okay to call that an &#8216;exception case&#8217;, isn&#8217;t it?<br />
Catch the exception outside the for loops and handle that awful case and go on.<br />
No need for the goto&#8230;</p>
</div>]]></content:encoded>
	</item>
	<item>
		<title>By: Bino</title>
		<link>http://www.davidarno.org/c-howtos/goto-evil-incarnate-or-handy-keyword/comment-page-1/#comment-1607</link>
		<dc:creator>Bino</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidarno.org/#comment-1607</guid>
		<description>This will always goto the label...how can we escape from the label if we return false to a function

www.codepal.co.in</description>
		<content:encoded><![CDATA[<p>This will always goto the label&#8230;how can we escape from the label if we return false to a function</p>
<p><a href="http://www.codepal.co.in" rel="nofollow">http://www.codepal.co.in</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

