<?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: x += x++;</title>
	<atom:link href="http://www.ticklishtechs.net/2009/01/21/x-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net/2009/01/21/x-x/</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Fri, 14 May 2010 10:54:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yikaton</title>
		<link>http://www.ticklishtechs.net/2009/01/21/x-x/comment-page-1/#comment-6592</link>
		<dc:creator>Yikaton</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2009/01/21/x-x/#comment-6592</guid>
		<description>I don&#039;t know about C# and Java, but wrt C and C++ the only correct statement is &quot;NEVER write code like this!&quot;
x += x++    is simply undefined for basic types (int, double, ...)   http://c-faq.com/expr/ieqiplusplus.html

Why am I the first to comment?  maybe only Google (that gave me this page) has read it.  So this will be my boyscout good did of today: correct one C-misconception for one person.
Sigh ...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about C# and Java, but wrt C and C++ the only correct statement is &#8220;NEVER write code like this!&#8221;<br />
x += x++    is simply undefined for basic types (int, double, &#8230;)   <a href="http://c-faq.com/expr/ieqiplusplus.html" rel="nofollow">http://c-faq.com/expr/ieqiplusplus.html</a></p>
<p>Why am I the first to comment?  maybe only Google (that gave me this page) has read it.  So this will be my boyscout good did of today: correct one C-misconception for one person.<br />
Sigh &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
