<?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: C&#8217;s &#8220;Goes To&#8221; Operator</title>
	<atom:link href="http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Viet</title>
		<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/comment-page-1/#comment-4401</link>
		<dc:creator>Viet</dc:creator>
		<pubDate>Sun, 06 Jul 2008 13:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/11/19/cs-goes-to-operator/#comment-4401</guid>
		<description>Looks smart :-) I want to make use of it</description>
		<content:encoded><![CDATA[<p>Looks smart <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I want to make use of it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/comment-page-1/#comment-2382</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Tue, 25 Mar 2008 13:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/11/19/cs-goes-to-operator/#comment-2382</guid>
		<description>Of course it&#039;s not a real C operator. This just a nice syntax that resembles the limit sign used in mathematics.  When you got x--&gt;0 you call it x goes to 0 so this looked to me similar to the same the C code which actually does something very close, so I called it the &quot;goes to operator&quot;.

Sorry for any misunderstanding it caused.</description>
		<content:encoded><![CDATA[<p>Of course it&#8217;s not a real C operator. This just a nice syntax that resembles the limit sign used in mathematics.  When you got x&#8211;>0 you call it x goes to 0 so this looked to me similar to the same the C code which actually does something very close, so I called it the &#8220;goes to operator&#8221;.</p>
<p>Sorry for any misunderstanding it caused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thornza</title>
		<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/comment-page-1/#comment-2378</link>
		<dc:creator>thornza</dc:creator>
		<pubDate>Tue, 25 Mar 2008 10:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/11/19/cs-goes-to-operator/#comment-2378</guid>
		<description>I don&#039;t get it - why do you think this is an operator?...it is just the decrementing the count variable and testing whether it is greater than 0, so:

count--; //decrement
(count &gt; 0) //and test

(count-- &gt; 0) (on one line)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it &#8211; why do you think this is an operator?&#8230;it is just the decrementing the count variable and testing whether it is greater than 0, so:</p>
<p>count&#8211;; //decrement<br />
(count &gt; 0) //and test</p>
<p>(count&#8211; &gt; 0) (on one line)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/comment-page-1/#comment-1872</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Tue, 04 Mar 2008 13:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/11/19/cs-goes-to-operator/#comment-1872</guid>
		<description>Hi Miroslav,
I had an excess space there, it&#039;s now fixed and should compile correctly.</description>
		<content:encoded><![CDATA[<p>Hi Miroslav,<br />
I had an excess space there, it&#8217;s now fixed and should compile correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miroslav Mollov</title>
		<link>http://www.guyrutenberg.com/2007/11/19/c-goes-to-operator/comment-page-1/#comment-1870</link>
		<dc:creator>Miroslav Mollov</dc:creator>
		<pubDate>Tue, 04 Mar 2008 12:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/11/19/cs-goes-to-operator/#comment-1870</guid>
		<description>error: invalid operands of types ‘’ and ‘int’ to binary ‘operator 0 )
count </description>
		<content:encoded><![CDATA[<p>error: invalid operands of types ‘’ and ‘int’ to binary ‘operator 0 )<br />
count</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.376 seconds -->
<!-- Cached page served by WP-Cache -->
