<?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: 3.1 &#8212; Precedence and associativity</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/</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: kapa_89</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-94844</link>
		<dc:creator>kapa_89</dc:creator>
		<pubDate>Mon, 01 Nov 2010 00:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-94844</guid>
		<description>[code]czo5OlwiNCArIDIgKiAzXCI7e1smKiZdfQ==[/code]</description>
		<content:encoded><![CDATA[<pre class="brush: plain; title: ; notranslate">czo5OlwiNCArIDIgKiAzXCI7e1smKiZdfQ==</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: dospy</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-90415</link>
		<dc:creator>dospy</dc:creator>
		<pubDate>Mon, 16 Aug 2010 22:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-90415</guid>
		<description>&lt;pre&gt;
4 L-&gt;R	 -&gt;*    Member pointer selector    pObject-&gt;*pnValue = 24;
          .*	Member object selector     cObject-&gt;.*pnValue = 24;
&lt;/pre&gt;

shouldn&#039;t the above code be:
&lt;pre&gt;
4 L-&gt;R	 -&gt;*    Member pointer selector    pObject-&gt;*pnValue = 24;
          .*	Member object selector     cObject.*pnValue = 24;
&lt;/pre&gt;
???

if i am wrong explain to me please

btw, thanks for so good tutorials
really understandable since you use clear (and  many) examples</description>
		<content:encoded><![CDATA[<pre>
4 L-&gt;R	 -&gt;*    Member pointer selector    pObject-&gt;*pnValue = 24;
          .*	Member object selector     cObject-&gt;.*pnValue = 24;
</pre>
<p>shouldn&#8217;t the above code be:</p>
<pre>
4 L-&gt;R	 -&gt;*    Member pointer selector    pObject-&gt;*pnValue = 24;
          .*	Member object selector     cObject.*pnValue = 24;
</pre>
<p>???</p>
<p>if i am wrong explain to me please</p>
<p>btw, thanks for so good tutorials<br />
really understandable since you use clear (and  many) examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-82652</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 10 Apr 2010 11:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-82652</guid>
		<description>just a suggestion; if you could make the chart in to an image file as well so people could save it and pull it up at any time it might be easier for referencing in the future.</description>
		<content:encoded><![CDATA[<p>just a suggestion; if you could make the chart in to an image file as well so people could save it and pull it up at any time it might be easier for referencing in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-75431</link>
		<dc:creator>Ole</dc:creator>
		<pubDate>Sun, 03 Jan 2010 18:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-75431</guid>
		<description>Just a suggestion towards readability and clarity. The R-&gt;L and L-&gt;R could maybe be changed into R -&gt; L and R &lt;- L ?</description>
		<content:encoded><![CDATA[<p>Just a suggestion towards readability and clarity. The R-&gt;L and L-&gt;R could maybe be changed into R -&gt; L and R &lt;- L ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fluke</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-73134</link>
		<dc:creator>Fluke</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-73134</guid>
		<description>Is it a mistake that &amp;=, &#124;= and ^= are Logical AND, OR, XOR assignments, or they are bitwise?</description>
		<content:encoded><![CDATA[<p>Is it a mistake that &amp;=, |= and ^= are Logical AND, OR, XOR assignments, or they are bitwise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extremo</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-62753</link>
		<dc:creator>Extremo</dc:creator>
		<pubDate>Sat, 20 Jun 2009 20:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-62753</guid>
		<description>Well, you&#039;ve had a typo fault in here:

nValue = +5;M

You&#039;ve accidently pressed the M there, as its right next to the semicolon. Just wanted to add that so you can fix it before people will encounter problems here.

Regards,
Extremo.</description>
		<content:encoded><![CDATA[<p>Well, you&#8217;ve had a typo fault in here:</p>
<p>nValue = +5;M</p>
<p>You&#8217;ve accidently pressed the M there, as its right next to the semicolon. Just wanted to add that so you can fix it before people will encounter problems here.</p>
<p>Regards,<br />
Extremo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-30965</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-30965</guid>
		<description>I removed the paragraph that referenced logical AND and logical OR because it was confusing to introduce it at this point without an explanation of what those operators are.  That information is covered again later in lesson 3.6.

You won&#039;t be handicapped by not understanding what the majority of the operators are.  They&#039;ll all be explained as needed.  Just keep reading. :)</description>
		<content:encoded><![CDATA[<p>I removed the paragraph that referenced logical AND and logical OR because it was confusing to introduce it at this point without an explanation of what those operators are.  That information is covered again later in lesson 3.6.</p>
<p>You won&#8217;t be handicapped by not understanding what the majority of the operators are.  They&#8217;ll all be explained as needed.  Just keep reading. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fdsafdas</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-30802</link>
		<dc:creator>fdsafdas</dc:creator>
		<pubDate>Fri, 24 Oct 2008 02:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-30802</guid>
		<description>Go to google and type them in and they&#039;ll probably explain it to you</description>
		<content:encoded><![CDATA[<p>Go to google and type them in and they&#8217;ll probably explain it to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewP</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-30578</link>
		<dc:creator>NewP</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-30578</guid>
		<description>Sorry, couldn&#039;t find how to edit my previous post, I was also wondering what all the logical and what a bitwise shift is. Sorry if these questions are dumb but I want to fully understand each section before I move on incase it handicaps me later on.

Thanks</description>
		<content:encoded><![CDATA[<p>Sorry, couldn&#8217;t find how to edit my previous post, I was also wondering what all the logical and what a bitwise shift is. Sorry if these questions are dumb but I want to fully understand each section before I move on incase it handicaps me later on.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewP</title>
		<link>http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/comment-page-1/#comment-30577</link>
		<dc:creator>NewP</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/31-precedence-and-associativity/#comment-30577</guid>
		<description>Call me a newb at this but I have no idea what Logical AND and Logical OR are.

i.e what would this mean?

&lt;pre&gt;(bValue1 &amp;&amp; bValue2) &#124;&#124; bValue3&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Call me a newb at this but I have no idea what Logical AND and Logical OR are.</p>
<p>i.e what would this mean?</p>
<pre>(bValue1 &amp;&amp; bValue2) || bValue3</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

