<?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>The Quern &#187; C++</title>
	<atom:link href="http://www.wigdahl.net/quern/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wigdahl.net/quern</link>
	<description>It&#039;s All Grist for the Personal Mill</description>
	<lastBuildDate>Tue, 15 Nov 2011 03:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C# vs. C++ &#8212; Swimming With the Current</title>
		<link>http://www.wigdahl.net/quern/2009/08/14/c-vs-c-swimming-with-the-current/</link>
		<comments>http://www.wigdahl.net/quern/2009/08/14/c-vs-c-swimming-with-the-current/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 11:47:42 +0000</pubDate>
		<dc:creator>Matt Wigdahl</dc:creator>
				<category><![CDATA[C++/C#/SQL/Web Programming]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Cool Link]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wigdahl.net/quern/?p=707</guid>
		<description><![CDATA[I know I just posted on the glories of smart pointers in C++.  I love C++ like a brother, and I have many C++ friends, but this article does a great job of illustrating, with wit and great examples, one of the most important truths about programming that I think I can pass on, and [...]]]></description>
		<wfw:commentRss>http://www.wigdahl.net/quern/2009/08/14/c-vs-c-swimming-with-the-current/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In Praise of Smart Pointers</title>
		<link>http://www.wigdahl.net/quern/2009/08/13/in-praise-of-smart-pointers/</link>
		<comments>http://www.wigdahl.net/quern/2009/08/13/in-praise-of-smart-pointers/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 11:42:28 +0000</pubDate>
		<dc:creator>Matt Wigdahl</dc:creator>
				<category><![CDATA[C++/C#/SQL/Web Programming]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Boost]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Smart Pointers]]></category>

		<guid isPermaLink="false">http://www.wigdahl.net/quern/?p=692</guid>
		<description><![CDATA[At work I program in C++, which is a great and powerful language but also an inherently unforgiving one that imposes dire penalties for failing to adhere to its ritualized memory-management rules.  Simple programs are easy to make work correctly, but anything complex runs the risk of a memory leak, which can eventually bring a [...]]]></description>
		<wfw:commentRss>http://www.wigdahl.net/quern/2009/08/13/in-praise-of-smart-pointers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type-Safe Message-Passing in Win32/MFC &#8212; Update</title>
		<link>http://www.wigdahl.net/quern/2009/08/06/type-safe-message-passing-in-win32mfc-update/</link>
		<comments>http://www.wigdahl.net/quern/2009/08/06/type-safe-message-passing-in-win32mfc-update/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 12:57:41 +0000</pubDate>
		<dc:creator>Matt Wigdahl</dc:creator>
				<category><![CDATA[C++/C#/SQL/Web Programming]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wigdahl.net/quern/?p=657</guid>
		<description><![CDATA[In a previous post, I talked about the problem of Windows messaging not working well with smart pointers and type-safe programming practices.  I&#8217;ve come up with a fairly good solution for this in MFC, and was interested in writing an article about it, so I sent submission proposals to MSDN Magazine and Dr. Dobb&#8217;s Journal. [...]]]></description>
		<wfw:commentRss>http://www.wigdahl.net/quern/2009/08/06/type-safe-message-passing-in-win32mfc-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type-Safe Message Passing in Win32/MFC &#8212; Part 1:  The Problem</title>
		<link>http://www.wigdahl.net/quern/2009/07/16/type-safe-message-passing-in-win32mfc-part-1-the-problem/</link>
		<comments>http://www.wigdahl.net/quern/2009/07/16/type-safe-message-passing-in-win32mfc-part-1-the-problem/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:01:57 +0000</pubDate>
		<dc:creator>Matt Wigdahl</dc:creator>
				<category><![CDATA[C++/C#/SQL/Web Programming]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Writing and Philosophy]]></category>
		<category><![CDATA[Boost]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wigdahl.net/quern/?p=405</guid>
		<description><![CDATA[This is the first in what should be a series of  posts about a problem I&#8217;m addressing at work. I work on an application that is fairly old; it&#8217;s grown through accretion over the past decade.  There have been a few architectural revolutions during the process of development, but the code is still very much [...]]]></description>
		<wfw:commentRss>http://www.wigdahl.net/quern/2009/07/16/type-safe-message-passing-in-win32mfc-part-1-the-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

