<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stack/hopr &#187; memory management</title>
	<atom:link href="http://stackhopr.com/blog/tag/memory-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://stackhopr.com/blog</link>
	<description>writing between 0 and 1</description>
	<lastBuildDate>Sat, 20 Aug 2011 18:04:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Smart Ptr</title>
		<link>http://stackhopr.com/blog/2008/smart-ptr/</link>
		<comments>http://stackhopr.com/blog/2008/smart-ptr/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 10:57:26 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[memory management]]></category>
		<category><![CDATA[smart pointer]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://stackhopr.com/blog/?p=6</guid>
		<description><![CDATA[It&#8217;s a really small smart pointer. 9 lines of code. Of course, I had to cut a few corners (newlines;) to make this happen. But, the readability is maintained. It doesn&#8217;t do much other than being smart. Fit for trivial tasks, such as tracking and deleting local memory allocations, avoiding uninitialized references, etc. It&#8217;s so [...]]]></description>
		<wfw:commentRss>http://stackhopr.com/blog/2008/smart-ptr/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

