<?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"
	>
<channel>
	<title>Comments on: C++ Gotcha</title>
	<atom:link href="http://www.tarkblog.org/general/463/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tarkblog.org/general/463</link>
	<description>The personal writings of Caleb and Annie Tennis</description>
	<pubDate>Thu, 20 Nov 2008 18:12:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: michael</title>
		<link>http://www.tarkblog.org/general/463#comment-1563</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sat, 27 Jan 2007 17:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarkblog.org/general/463#comment-1563</guid>
		<description>is this really a gotcha? it seems like careless programming to me.</description>
		<content:encoded><![CDATA[<p>is this really a gotcha? it seems like careless programming to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://www.tarkblog.org/general/463#comment-1497</link>
		<dc:creator>anonymous coward</dc:creator>
		<pubDate>Mon, 13 Nov 2006 21:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarkblog.org/general/463#comment-1497</guid>
		<description>For one there is no such thing as a const reference. It's a reference-to-const. If you think it makes no difference then try talking about pointers.</description>
		<content:encoded><![CDATA[<p>For one there is no such thing as a const reference. It&#8217;s a reference-to-const. If you think it makes no difference then try talking about pointers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Miller</title>
		<link>http://www.tarkblog.org/general/463#comment-1496</link>
		<dc:creator>Henry Miller</dc:creator>
		<pubDate>Fri, 10 Nov 2006 20:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarkblog.org/general/463#comment-1496</guid>
		<description>Thanks for the reminder.  I knew this, but like you I don't always remember it.

I just wish it was subtle things like this that were the cause of my of my errors...</description>
		<content:encoded><![CDATA[<p>Thanks for the reminder.  I knew this, but like you I don&#8217;t always remember it.</p>
<p>I just wish it was subtle things like this that were the cause of my of my errors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Birbacher</title>
		<link>http://www.tarkblog.org/general/463#comment-1495</link>
		<dc:creator>Frank Birbacher</dc:creator>
		<pubDate>Fri, 10 Nov 2006 10:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarkblog.org/general/463#comment-1495</guid>
		<description>The C language does not specify the evaluation order either. BTW, exceptions are to be caught via *const* reference.</description>
		<content:encoded><![CDATA[<p>The C language does not specify the evaluation order either. BTW, exceptions are to be caught via *const* reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
