<?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: 1.5 &#8212; A first look at operators</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sumo1700</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-96300</link>
		<dc:creator>sumo1700</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-96300</guid>
		<description>awesome........... hurray..............!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>awesome&#8230;&#8230;&#8230;.. hurray&#8230;&#8230;&#8230;&#8230;..!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iris</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-95839</link>
		<dc:creator>iris</dc:creator>
		<pubDate>Mon, 08 Aug 2011 06:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-95839</guid>
		<description>awesome job alex!</description>
		<content:encoded><![CDATA[<p>awesome job alex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gotenksnath</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-94943</link>
		<dc:creator>gotenksnath</dc:creator>
		<pubDate>Sat, 20 Nov 2010 20:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-94943</guid>
		<description>I believe that the last thing mentioned about - being both a unary and binary operator is wrong. It is only unary because when you enter something like (x - y) it seems like binary but is really just short for (x + -y) witch still leaves - as unary. Compilers are simply just built to understand what you meant.</description>
		<content:encoded><![CDATA[<p>I believe that the last thing mentioned about &#8211; being both a unary and binary operator is wrong. It is only unary because when you enter something like (x &#8211; y) it seems like binary but is really just short for (x + -y) witch still leaves &#8211; as unary. Compilers are simply just built to understand what you meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matsolof</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-91875</link>
		<dc:creator>matsolof</dc:creator>
		<pubDate>Sun, 12 Sep 2010 01:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-91875</guid>
		<description>I tried to correct the PS above to below but ran out of time:

To balance my somewhat negative comments, I must emphasize that this tutorial on C++ is the best one I have come across sofar. For now, I give it 5 out of 5 points; later, I may even raise that grade! (for an explanation of the last statement, see &lt;a href=&quot;http://www.mkforlag.com/eng_links/&quot; rel=&quot;nofollow&quot;&gt;Links&lt;/a&gt; at mkforlag.com).

That you only have a few minutes to correct your comments is probably what I dislike most about this website.</description>
		<content:encoded><![CDATA[<p>I tried to correct the PS above to below but ran out of time:</p>
<p>To balance my somewhat negative comments, I must emphasize that this tutorial on C++ is the best one I have come across sofar. For now, I give it 5 out of 5 points; later, I may even raise that grade! (for an explanation of the last statement, see <a href="http://www.mkforlag.com/eng_links/" rel="nofollow">Links</a> at mkforlag.com).</p>
<p>That you only have a few minutes to correct your comments is probably what I dislike most about this website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matsolof</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-91874</link>
		<dc:creator>matsolof</dc:creator>
		<pubDate>Sun, 12 Sep 2010 01:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-91874</guid>
		<description>&lt;q&gt;A literal is simply a number, such as 5, or 3.14159,&lt;/q&gt; it says above.

As far as I understand, a literal can also be a letter.

See &lt;a href=&quot;http://www.cplusplus.com/doc/tutorial/constants/&quot; rel=&quot;nofollow&quot;&gt;Constants&lt;/a&gt; at cplusplus.com for more information.

PS: To balance my somewhat negative comments, I must also emphasize that this tutorial on C++ is the best one I have come across sofar. For now, I give it 4 out of 5 points; later, I may raise that grade.</description>
		<content:encoded><![CDATA[<p><q>A literal is simply a number, such as 5, or 3.14159,</q> it says above.</p>
<p>As far as I understand, a literal can also be a letter.</p>
<p>See <a href="http://www.cplusplus.com/doc/tutorial/constants/" rel="nofollow">Constants</a> at cplusplus.com for more information.</p>
<p>PS: To balance my somewhat negative comments, I must also emphasize that this tutorial on C++ is the best one I have come across sofar. For now, I give it 4 out of 5 points; later, I may raise that grade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoge</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-91827</link>
		<dc:creator>yoge</dc:creator>
		<pubDate>Sat, 11 Sep 2010 06:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-91827</guid>
		<description>very good tutorial......thank u so much</description>
		<content:encoded><![CDATA[<p>very good tutorial&#8230;&#8230;thank u so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MadhuReddy</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-90057</link>
		<dc:creator>MadhuReddy</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-90057</guid>
		<description>I am beginner in c++ it is helping me very much.</description>
		<content:encoded><![CDATA[<p>I am beginner in c++ it is helping me very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinendra</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-87021</link>
		<dc:creator>jinendra</dc:creator>
		<pubDate>Wed, 23 Jun 2010 07:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-87021</guid>
		<description>Thank u gt a xam in 3 days fr c ++
ur notes r very usefull</description>
		<content:encoded><![CDATA[<p>Thank u gt a xam in 3 days fr c ++<br />
ur notes r very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-80906</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Fri, 19 Mar 2010 04:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-80906</guid>
		<description>Same thing everyone else has stated a thousand times before.  This is an amazing tutorial and you are really putting this language into a context that even I, a high school student, can understand.  I am an aspiring programmer and I would like you to know that you will be in my heart forever 

But seriously, thanks Alex!</description>
		<content:encoded><![CDATA[<p>Same thing everyone else has stated a thousand times before.  This is an amazing tutorial and you are really putting this language into a context that even I, a high school student, can understand.  I am an aspiring programmer and I would like you to know that you will be in my heart forever </p>
<p>But seriously, thanks Alex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamzah</title>
		<link>http://www.learncpp.com/cpp-tutorial/15-a-first-look-at-operators/comment-page-1/#comment-80878</link>
		<dc:creator>Hamzah</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=40#comment-80878</guid>
		<description>This is the best tutorial I have come across, pretty much everything is explained so well that I just get it and can play around with it easily. Thanks Alex!</description>
		<content:encoded><![CDATA[<p>This is the best tutorial I have come across, pretty much everything is explained so well that I just get it and can play around with it easily. Thanks Alex!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

