<?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: 10.4 &#8212; Container classes</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/104-container-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/104-container-classes/</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 14:28:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Learn C++ - &#187; 14.3 &#8212; Template classes</title>
		<link>http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-19390</link>
		<dc:creator>Learn C++ - &#187; 14.3 &#8212; Template classes</dc:creator>
		<pubDate>Fri, 20 Jun 2008 03:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-19390</guid>
		<description>[...] the lesson on container classes, you learned how to use aggregation to implement classes that contained multiple instances of other [...]</description>
		<content:encoded><![CDATA[<p>[...] the lesson on container classes, you learned how to use aggregation to implement classes that contained multiple instances of other [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 10.3 &#8212; Aggregation</title>
		<link>http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-14416</link>
		<dc:creator>Learn C++ - &#187; 10.3 &#8212; Aggregation</dc:creator>
		<pubDate>Mon, 05 May 2008 02:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-14416</guid>
		<description>[...]  10.4 â€” Container classes [...]</description>
		<content:encoded><![CDATA[<p>[...]  10.4 â€” Container classes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-6910</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 31 Jan 2008 02:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-6910</guid>
		<description>Because I screwed up. :)  Forgetting to use delete[] on arrays is a mistake I make all the time.  That's one of the reasons I generally use an Array class to do arrays -- because it takes care of the deletes for me.

In any case, I fixed the example.  Thanks for catching this.</description>
		<content:encoded><![CDATA[<p>Because I screwed up. :)  Forgetting to use delete[] on arrays is a mistake I make all the time.  That&#8217;s one of the reasons I generally use an Array class to do arrays &#8212; because it takes care of the deletes for me.</p>
<p>In any case, I fixed the example.  Thanks for catching this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zafer</title>
		<link>http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-6905</link>
		<dc:creator>Zafer</dc:creator>
		<pubDate>Thu, 31 Jan 2008 01:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/104-container-classes/#comment-6905</guid>
		<description>Why did we use delete m_pnData instead of delete [] m_pnData?</description>
		<content:encoded><![CDATA[<p>Why did we use delete m_pnData instead of delete [] m_pnData?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
