<?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>Fri, 03 Feb 2012 19:38:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mitch</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-448</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 18 Sep 2011 10:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-448</guid>
		<description>please help me with the flowchart for switching the contents of two variables using c++</description>
		<content:encoded><![CDATA[<p>please help me with the flowchart for switching the contents of two variables using c++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c programming questions</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-447</link>
		<dc:creator>c programming questions</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-447</guid>
		<description>[...] Originally Posted by sha_neb   How do I reverse the words in a string with out using temp variables if possible . (if not possible use temp variables ?    http://betterexplained.com/articles/...les-using-xor/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally Posted by sha_neb   How do I reverse the words in a string with out using temp variables if possible . (if not possible use temp variables ?    <a href="http://betterexplained.com/articles/...les-using-xor/" rel="nofollow">http://betterexplained.com/articles/&#8230;les-using-xor/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J2EE 在路上 &#187; 2011年第一帖</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-446</link>
		<dc:creator>J2EE 在路上 &#187; 2011年第一帖</dc:creator>
		<pubDate>Sun, 09 Jan 2011 05:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-446</guid>
		<description>[...] 1.Swapping in C, C++, and Java 2. Swap two variables using XOR  Tags: algo      2010年底总结与展望     No comments yet.    Cancel [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.Swapping in C, C++, and Java 2. Swap two variables using XOR  Tags: algo      2010年底总结与展望     No comments yet.    Cancel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codzart</title>
		<link>http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-445</link>
		<dc:creator>Codzart</dc:creator>
		<pubDate>Fri, 08 Oct 2010 03:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/swap-two-variables-using-xor/#comment-445</guid>
		<description>The shortest I&#039;ve found that works in ECMAscript is:
x^=y^=x;y^=x;

@Anonymous, this doesn’t seem to work in ECMAscript.
y^=x^=y^=x;

Anyone know why not?
I think, perhaps, it should.</description>
		<content:encoded><![CDATA[<p>The shortest I&#8217;ve found that works in ECMAscript is:<br />
x^=y^=x;y^=x;</p>
<p>@Anonymous, this doesn’t seem to work in ECMAscript.<br />
y^=x^=y^=x;</p>
<p>Anyone know why not?<br />
I think, perhaps, it should.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

