<?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"
	>
<channel>
	<title>Comments on: 2.2 &#8212; Keywords and naming identifiers</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/</link>
	<description></description>
	<pubDate>Thu, 07 Aug 2008 23:48:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Tyler</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-15293</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 09 May 2008 19:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-15293</guid>
		<description>Shouldn't it be volatile instead of volantile? Seems to be a typo :D

[ Indeed.  Thanks for noticing.  -Alex ]</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t it be volatile instead of volantile? Seems to be a typo :D</p>
<p>[ Indeed.  Thanks for noticing.  -Alex ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 2.1 &#8212; Basic addressing and variable declaration</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-12628</link>
		<dc:creator>Learn C++ - &#187; 2.1 &#8212; Basic addressing and variable declaration</dc:creator>
		<pubDate>Wed, 23 Apr 2008 02:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-12628</guid>
		<description>[...]  2.2 â€” Keywords and naming identifiers [...]</description>
		<content:encoded><![CDATA[<p>[...]  2.2 â€” Keywords and naming identifiers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 2.3 &#8212; Variable sizes and the sizeof operator</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-12596</link>
		<dc:creator>Learn C++ - &#187; 2.3 &#8212; Variable sizes and the sizeof operator</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-12596</guid>
		<description>[...]  2.2 â€” Keywords and naming identifiers [...]</description>
		<content:encoded><![CDATA[<p>[...]  2.2 â€” Keywords and naming identifiers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-9165</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 09 Mar 2008 19:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-9165</guid>
		<description>The quiz is talking about how you &lt;em&gt;should&lt;/em&gt; name a variable, not how you can name a variable legally.  I reworded the question to make it more obvious that is the intention.

While technically it is technically legal under C++ syntax to name your variables starting with an underscore, generally it's not a good idea for several reasons:
1) It's harder to read.
2) Variables starting with underscores (usually a double underscore) are typically used to denote variables used by system libraries.</description>
		<content:encoded><![CDATA[<p>The quiz is talking about how you <em>should</em> name a variable, not how you can name a variable legally.  I reworded the question to make it more obvious that is the intention.</p>
<p>While technically it is technically legal under C++ syntax to name your variables starting with an underscore, generally it&#8217;s not a good idea for several reasons:<br />
1) It&#8217;s harder to read.<br />
2) Variables starting with underscores (usually a double underscore) are typically used to denote variables used by system libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farheen Anis</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-9142</link>
		<dc:creator>Farheen Anis</dc:creator>
		<pubDate>Sun, 09 Mar 2008 07:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-9142</guid>
		<description>number 2 in quiz is fine as it started with an underscore.
In the rules that are mentioned above, it is written that an indentifier can begin
with an underscore</description>
		<content:encoded><![CDATA[<p>number 2 in quiz is fine as it started with an underscore.<br />
In the rules that are mentioned above, it is written that an indentifier can begin<br />
with an underscore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cabnboy</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-2584</link>
		<dc:creator>Cabnboy</dc:creator>
		<pubDate>Fri, 09 Nov 2007 17:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-2584</guid>
		<description>Shouldn't number eight be listed in the solution as "Variable names should not start with a capital letter"?

[ Yes!  Nice catch.  -Alex ]</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t number eight be listed in the solution as &#8220;Variable names should not start with a capital letter&#8221;?</p>
<p>[ Yes!  Nice catch.  -Alex ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani Kumar</title>
		<link>http://www.learncpp.com/cpp-tutorial/22-keywords-and-naming-identifiers/#comment-25</link>
		<dc:creator>Phani Kumar</dc:creator>
		<pubDate>Mon, 11 Jun 2007 18:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=39#comment-25</guid>
		<description>Sir,

Please send me the total C++ book which is very easyly understandable and descriptive.

thanking you,

faithfully
Phani Kumar</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>Please send me the total C++ book which is very easyly understandable and descriptive.</p>
<p>thanking you,</p>
<p>faithfully<br />
Phani Kumar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
