<?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; code</title>
	<atom:link href="http://stackhopr.com/blog/tag/code/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>Event Horizon</title>
		<link>http://stackhopr.com/blog/2009/event-horizon/</link>
		<comments>http://stackhopr.com/blog/2009/event-horizon/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 09:04:01 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://stackhopr.com/blog/?p=97</guid>
		<description><![CDATA[Using Windows Event Objects to Sync / Queue Parallel Tasks Windows Event Objects is a wonderful mechanism provided to sync a lot of things happening in parallel. Particularly, in controlling a lot of things happening in parallel. Recently, I did just the same. The scenario here is piece of code which downloads a lot of [...]]]></description>
		<wfw:commentRss>http://stackhopr.com/blog/2009/event-horizon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smart Ptr [v2]</title>
		<link>http://stackhopr.com/blog/2008/smart-ptr-v2/</link>
		<comments>http://stackhopr.com/blog/2008/smart-ptr-v2/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 07:11:14 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pointer]]></category>

		<guid isPermaLink="false">http://stackhopr.com/blog/?p=60</guid>
		<description><![CDATA[I have to admit. The first version was put together hastily. With the feedback considered, here&#8217;s the second version. Again, the goal of simplicity and no dependency have been adhered to. Thanks to Andrew, vlademar, Ben, schula and Desu for the quick comments. Feedback goes like this: 1. No default copy constructor. So, the compiler [...]]]></description>
		<wfw:commentRss>http://stackhopr.com/blog/2008/smart-ptr-v2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>

