<?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: Post-Increment vs Pre-Increment</title>
	<atom:link href="http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html</link>
	<description>Stephen Doyle&#039;s Ramblings on Software Engineering</description>
	<lastBuildDate>Thu, 30 Dec 2010 20:52:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ofek</title>
		<link>http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html/comment-page-1#comment-122</link>
		<dc:creator>Ofek</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://softwareramblings.com/?p=317#comment-122</guid>
		<description>Huh?? some markup mix trashed my comment. Here goes again, with explicit URLs:
Andrew Koenig probably sealed the pre/post increment argument permanently:  http://dobbscodetalk.com/index.php?option=com_myblog&amp;show=Efficiency-versus-intent.html&amp;Itemid=29  . 
 Or at least should have.   The question still arises now and then, and there&#039;s a wide consensus that in regular uses (e.g. using integers to iterate in a loop) there&#039;s no performance difference for ~3 decades now: http://stackoverflow.com/questions/24886?tab=oldest#tab-top</description>
		<content:encoded><![CDATA[<p>Huh?? some markup mix trashed my comment. Here goes again, with explicit URLs:<br />
Andrew Koenig probably sealed the pre/post increment argument permanently:  <a href="http://dobbscodetalk.com/index.php?option=com_myblog&#038;show=Efficiency-versus-intent.html&#038;Itemid=29" rel="nofollow">http://dobbscodetalk.com/index.php?option=com_myblog&#038;show=Efficiency-versus-intent.html&#038;Itemid=29</a>  .<br />
 Or at least should have.   The question still arises now and then, and there&#8217;s a wide consensus that in regular uses (e.g. using integers to iterate in a loop) there&#8217;s no performance difference for ~3 decades now: <a href="http://stackoverflow.com/questions/24886?tab=oldest#tab-top" rel="nofollow">http://stackoverflow.com/questions/24886?tab=oldest#tab-top</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ofek</title>
		<link>http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html/comment-page-1#comment-121</link>
		<dc:creator>Ofek</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://softwareramblings.com/?p=317#comment-121</guid>
		<description>&lt;a href=&quot;http://dobbscodetalk.com/index.php?option=com_myblog&amp;show=Efficiency-versus-intent.html&amp;Itemid=29&quot; rel=&quot;nofollow&quot;&gt; probably sealed the pre/post increment argument permanently. Or at least should have.   The question &lt;a href=&quot;http://stackoverflow.com/questions/24886?tab=oldest#tab-top&quot; rel=&quot;nofollow&quot;&gt;now and then, and there&#039;s a wide consensus that in regular uses (e.g. using integers to iterate in a loop) there&#039;s no performance difference for ~3 decades now.</description>
		<content:encoded><![CDATA[<p><a href="http://dobbscodetalk.com/index.php?option=com_myblog&amp;show=Efficiency-versus-intent.html&amp;Itemid=29" rel="nofollow"> probably sealed the pre/post increment argument permanently. Or at least should have.   The question </a><a href="http://stackoverflow.com/questions/24886?tab=oldest#tab-top" rel="nofollow">now and then, and there&#8217;s a wide consensus that in regular uses (e.g. using integers to iterate in a loop) there&#8217;s no performance difference for ~3 decades now.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondra</title>
		<link>http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html/comment-page-1#comment-119</link>
		<dc:creator>ondra</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://softwareramblings.com/?p=317#comment-119</guid>
		<description>There isn&#039;t any reason for these two to differ if you don&#039;t use the result at all.</description>
		<content:encoded><![CDATA[<p>There isn&#8217;t any reason for these two to differ if you don&#8217;t use the result at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KristofU</title>
		<link>http://softwareramblings.com/2010/01/post-increment-vs-pre-increment.html/comment-page-1#comment-118</link>
		<dc:creator>KristofU</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://softwareramblings.com/?p=317#comment-118</guid>
		<description>The best reason for always using pre-increment/decrement is the genericity of the code.
A certain algorithm may one day become a generic one, and the types passed into it may no longer be simple ints.</description>
		<content:encoded><![CDATA[<p>The best reason for always using pre-increment/decrement is the genericity of the code.<br />
A certain algorithm may one day become a generic one, and the types passed into it may no longer be simple ints.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

