<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: grit 0.8.4 (out with the old bugs, in with the new)</title>
	<atom:link href="http://www.coranac.com/2010/02/grit-0-8-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coranac.com/2010/02/grit-0-8-4/</link>
	<description>my own little world</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:42:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Zwillingskinderwagen</title>
		<link>http://www.coranac.com/2010/02/grit-0-8-4/comment-page-1/#comment-3270</link>
		<dc:creator>Peter Zwillingskinderwagen</dc:creator>
		<pubDate>Tue, 29 Jun 2010 00:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=154#comment-3270</guid>
		<description>i like it ;-)</description>
		<content:encoded><![CDATA[<p>i like it ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cearn</title>
		<link>http://www.coranac.com/2010/02/grit-0-8-4/comment-page-1/#comment-2985</link>
		<dc:creator>cearn</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=154#comment-2985</guid>
		<description>A &lt;code&gt;static const&lt;/code&gt; is not a &lt;i&gt;literal&lt;/i&gt; constant, like a &lt;code&gt;#define&lt;/code&gt;, (or worse, a magic number), but it definitely is a constant. You could even say it&#039;s a realer constant that the others, as the compiler can actually see it.

The difference between a &lt;code&gt;static const&lt;/code&gt; and a &lt;code&gt;#define&lt;/code&gt; constant is effectively nil. No extra space is allocated for either one, which was my concern at first. It&#039;s generally advised to use &lt;code&gt;static const&lt;/code&gt; and &lt;code&gt;static inline&lt;/code&gt; instead of &lt;code&gt;#define&lt;/code&gt; anyway, I&#039;ve just been a little late with it.</description>
		<content:encoded><![CDATA[<p>A <code>static const</code> is not a <i>literal</i> constant, like a <code>#define</code>, (or worse, a magic number), but it definitely is a constant. You could even say it&#8217;s a realer constant that the others, as the compiler can actually see it.</p>
<p> The difference between a <code>static const</code> and a <code>#define</code> constant is effectively nil. No extra space is allocated for either one, which was my concern at first. It&#8217;s generally advised to use <code>static const</code> and <code>static inline</code> instead of <code>#define</code> anyway, I&#8217;ve just been a little late with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasi</title>
		<link>http://www.coranac.com/2010/02/grit-0-8-4/comment-page-1/#comment-2984</link>
		<dc:creator>dasi</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=154#comment-2984</guid>
		<description>Neat, here&#039;s how you&#039;d specify the Virtual Boy map entry format: &quot;16:p2hv_i11&quot;

About the change to -Len identifiers, I thought in C a static const wasn&#039;t a real constant. Or doesn&#039;t it matter?</description>
		<content:encoded><![CDATA[<p>Neat, here&#8217;s how you&#8217;d specify the Virtual Boy map entry format: &#8220;16:p2hv_i11&#8243;</p>
<p> About the change to -Len identifiers, I thought in C a static const wasn&#8217;t a real constant. Or doesn&#8217;t it matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CA</title>
		<link>http://www.coranac.com/2010/02/grit-0-8-4/comment-page-1/#comment-2969</link>
		<dc:creator>CA</dc:creator>
		<pubDate>Sat, 13 Feb 2010 23:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.coranac.com/?p=154#comment-2969</guid>
		<description>Great work! The custom bit format looks useful.</description>
		<content:encoded><![CDATA[<p>Great work! The custom bit format looks useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
</head>
<body>
<p>
My database has called in sick. Please imagine some 
annoying elevator tune till he gets back.
</p>
<p>
<small>[[Doo-di-doo tooo. Dum-di-dum-di-doo-dooo.]]</small>
</p>
</body>
</html>

-->