<?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>His Deeds Are Dust &#187; C</title>
	<atom:link href="http://hisdeedsaredust.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://hisdeedsaredust.com</link>
	<description>surveying sub-optimal solutions</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:27:16 +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>The undervalued bool</title>
		<link>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/</link>
		<comments>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:43:04 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Poor choices]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=155</guid>
		<description><![CDATA[A colleague of mine wanted to reduce the repetition in this fragment of C++: funcA(false); funcB(false); funcC(false); funcD(false); funcA(true); funcB(true); funcC(true); funcD(true); and, in a burst of sheer genius, came up with this solution: for (bool status = false; status]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The magic of #ifdef</title>
		<link>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/</link>
		<comments>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:10:27 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Poor choices]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=117</guid>
		<description><![CDATA[The beauty of the preprocessor #ifdef . . . #endif directives in C and C++ is that there are so many ways to abuse them. I&#8217;ve been working on some vintage code (at least 15 years old) that provides a model for how not to do things. The compilation is controlled by no fewer than [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
