<?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: This is valid C++ code?</title>
	<atom:link href="http://kohei.us/2008/11/13/this-is-valid-c-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kohei.us/2008/11/13/this-is-valid-c-code/</link>
	<description>Kohei Yoshida's Webspace</description>
	<lastBuildDate>Thu, 26 Aug 2010 12:59:58 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Herbert Graeber</title>
		<link>http://kohei.us/2008/11/13/this-is-valid-c-code/comment-page-1/#comment-8641</link>
		<dc:creator>Herbert Graeber</dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://kohei.us/?p=290#comment-8641</guid>
		<description>Yes this is valid code. In this case == is the bool equivalence operator. It has lower precedencey than &lt;,  and &gt;=.  &quot;nCol &gt;= nTabStartCol&quot; and &quot;nCol &lt; nTabStartCol + nRowFieldCount&quot; should habe been put into parantheses, to make this clearer. Some compilers output a warning for such expressions because of this. If the compiler is forced to treat warnings like errors, as it is policy in some projects, you may event get en error for this.</description>
		<content:encoded><![CDATA[<p>Yes this is valid code. In this case == is the bool equivalence operator. It has lower precedencey than &lt;,  and &gt;=.  &#8220;nCol &gt;= nTabStartCol&#8221; and &#8220;nCol &lt; nTabStartCol + nRowFieldCount&#8221; should habe been put into parantheses, to make this clearer. Some compilers output a warning for such expressions because of this. If the compiler is forced to treat warnings like errors, as it is policy in some projects, you may event get en error for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
