<?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: Swap two variables using XOR</title>
	<atom:link href="http://betterexplained.com/articles/swap-two-variables-using-xor/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterexplained.com/articles/swap-two-variables-using-xor/</link>
	<description>Learn Right, Not Rote.</description>
	<lastBuildDate>Wed, 16 May 2012 12:30:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-67371</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 05 Apr 2012 01:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-67371</guid>
		<description>For all of the people who are wondering about x ^= y ^= x ^= y, this causes undefined behaviour because you are modifying the same variable (x) twice in between sequence points (ie. You can&#039;t modify a variable twice in the same statement).</description>
		<content:encoded><![CDATA[<p>For all of the people who are wondering about x ^= y ^= x ^= y, this causes undefined behaviour because you are modifying the same variable (x) twice in between sequence points (ie. You can&#8217;t modify a variable twice in the same statement).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safol Ghadi</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-65853</link>
		<dc:creator>Safol Ghadi</dc:creator>
		<pubDate>Fri, 30 Mar 2012 14:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-65853</guid>
		<description>Ek number</description>
		<content:encoded><![CDATA[<p>Ek number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalid</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-64506</link>
		<dc:creator>kalid</dc:creator>
		<pubDate>Sun, 25 Mar 2012 22:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-64506</guid>
		<description>@hmmm: You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>@hmmm: You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmmm</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-64189</link>
		<dc:creator>hmmm</dc:creator>
		<pubDate>Sat, 24 Mar 2012 11:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-64189</guid>
		<description>great explanation, thanks</description>
		<content:encoded><![CDATA[<p>great explanation, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

