<?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: C++: Destructor</title>
	<atom:link href="http://www.tech-recipes.com/rx/1231/c-destructor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1231/c-destructor/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Reeeee</title>
		<link>http://www.tech-recipes.com/rx/1231/c-destructor/comment-page-1/#comment-42931</link>
		<dc:creator>Reeeee</dc:creator>
		<pubDate>Wed, 06 Oct 2010 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42931</guid>
		<description>&quot;this&quot; is already being destroyed, so you can move on to the next one. Actually, you could probably only call the destructor on the next element, without actually iterating over the entire list (you&#039;ll call the destructor increasingly more times for the latter elements in the linked list, as each element will iterate through all its successors).</description>
		<content:encoded><![CDATA[<p>&#8220;this&#8221; is already being destroyed, so you can move on to the next one. Actually, you could probably only call the destructor on the next element, without actually iterating over the entire list (you&#8217;ll call the destructor increasingly more times for the latter elements in the linked list, as each element will iterate through all its successors).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/1231/c-destructor/comment-page-1/#comment-38180</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 18 Mar 2010 05:56:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38180</guid>
		<description>GOOD CONSTRUCTOR &amp; DESTRUCTOR</description>
		<content:encoded><![CDATA[<p>GOOD CONSTRUCTOR &amp; DESTRUCTOR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techdude</title>
		<link>http://www.tech-recipes.com/rx/1231/c-destructor/comment-page-1/#comment-36105</link>
		<dc:creator>techdude</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-36105</guid>
		<description>I belive that to remove all of the objects, instead of &quot;Next* n = this-&gt;next;&quot;, you should put &quot;Next* n = this;&quot;

Great example!</description>
		<content:encoded><![CDATA[<p>I belive that to remove all of the objects, instead of &#8220;Next* n = this-&gt;next;&#8221;, you should put &#8220;Next* n = this;&#8221;</p>
<p>Great example!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/10 queries in 0.713 seconds using memcached
Object Caching 291/293 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-09 23:38:05 -->
