<?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: Learning Tests are Free!</title>
	<atom:link href="http://www.renaissancesoftware.net/blog/archives/32/feed" rel="self" type="application/rss+xml" />
	<link>http://www.renaissancesoftware.net/blog/archives/32</link>
	<description>Blogging about Agile Development, especially embedded.  Follow me on twitter: jwgrenning</description>
	<lastBuildDate>Sun, 29 Nov 2009 06:18:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jwgrenning</title>
		<link>http://www.renaissancesoftware.net/blog/archives/32/comment-page-1#comment-292</link>
		<dc:creator>jwgrenning</dc:creator>
		<pubDate>Mon, 02 Feb 2009 20:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaissancesoftware.net/blog/?p=32#comment-292</guid>
		<description>Yeah, I figured that was there to keep C programs happy.  I think gcc -Wall (warnings all) should make a little noise though.</description>
		<content:encoded><![CDATA[<p>Yeah, I figured that was there to keep C programs happy.  I think gcc -Wall (warnings all) should make a little noise though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Gräsman</title>
		<link>http://www.renaissancesoftware.net/blog/archives/32/comment-page-1#comment-291</link>
		<dc:creator>Kim Gräsman</dc:creator>
		<pubDate>Mon, 02 Feb 2009 20:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.renaissancesoftware.net/blog/?p=32#comment-291</guid>
		<description>As for char-pointers being convertible to char*, I think I&#039;ve read that&#039;s still there for C compatibility.

So, technically, &quot;hello&quot; is a const char*, but treating it as a char* works, unless you attempt to write to the buffer, and you&#039;re on an OS that cares about memory protection.

For what it&#039;s worth...</description>
		<content:encoded><![CDATA[<p>As for char-pointers being convertible to char*, I think I&#8217;ve read that&#8217;s still there for C compatibility.</p>
<p>So, technically, &#8220;hello&#8221; is a const char*, but treating it as a char* works, unless you attempt to write to the buffer, and you&#8217;re on an OS that cares about memory protection.</p>
<p>For what it&#8217;s worth&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
