<?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: 8.4 &#8212; Access functions and encapsulation</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 19:51:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jeffey</title>
		<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-24576</link>
		<dc:creator>Jeffey</dc:creator>
		<pubDate>Sat, 23 Aug 2008 06:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-24576</guid>
		<description>on your last 2 examples there is an error.

&lt;code&gt;std::cout &#60;&#60; cChange.GetValue() &#60;&#60; endl;&lt;!--formatted--&gt;&lt;/code&gt;

needs to be changed to:

&lt;code&gt;std::cout &#60;&#60; cChange.GetValue() &#60;&#60; std::endl;&lt;!--formatted--&gt;&lt;/code&gt;


though im sure most can figure it out this late in the tutorial.

[ Fixed.  Thanks!  -Alex ]</description>
		<content:encoded><![CDATA[<p>on your last 2 examples there is an error.</p>
<p><code>std::cout &lt;&lt; cChange.GetValue() &lt;&lt; endl;<!--formatted--></code></p>
<p>needs to be changed to:</p>
<p><code>std::cout &lt;&lt; cChange.GetValue() &lt;&lt; std::endl;<!--formatted--></code></p>
<p>though im sure most can figure it out this late in the tutorial.</p>
<p>[ Fixed.  Thanks!  -Alex ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 8.3 &#8212; Public vs private access specifiers</title>
		<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-14390</link>
		<dc:creator>Learn C++ - &#187; 8.3 &#8212; Public vs private access specifiers</dc:creator>
		<pubDate>Mon, 05 May 2008 01:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-14390</guid>
		<description>[...] 2007      Prev/Next Posts   &#171; 8.2 &#8212; Classes and class members &#124; Home &#124; 8.4 &#8212; Access functions and encapsulation &#187;     Tuesday, September 4th, 2007 at 2:17 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2007      Prev/Next Posts   &laquo; 8.2 &#8212; Classes and class members | Home | 8.4 &#8212; Access functions and encapsulation &raquo;     Tuesday, September 4th, 2007 at 2:17 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit tibra</title>
		<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10409</link>
		<dc:creator>Ankit tibra</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10409</guid>
		<description>sahi hain...yeh chutiyaap k saath lundaap bhi karwa rahe hain,.......bhangi saale....inke taate kaat k phaink do</description>
		<content:encoded><![CDATA[<p>sahi hain&#8230;yeh chutiyaap k saath lundaap bhi karwa rahe hain,&#8230;&#8230;.bhangi saale&#8230;.inke taate kaat k phaink do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saumya gupta</title>
		<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10408</link>
		<dc:creator>saumya gupta</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10408</guid>
		<description>chutiye saale</description>
		<content:encoded><![CDATA[<p>chutiye saale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saumya gupta</title>
		<link>http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10407</link>
		<dc:creator>saumya gupta</dc:creator>
		<pubDate>Wed, 26 Mar 2008 19:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/84-access-functions-and-encapsulation/#comment-10407</guid>
		<description>kya chutiyaap kaat rakha hain aapne.....pagal ho gaye ho......</description>
		<content:encoded><![CDATA[<p>kya chutiyaap kaat rakha hain aapne&#8230;..pagal ho gaye ho&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
