<?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: Funky C</title>
	<atom:link href="http://eikke.com/funky-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/funky-c/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:51:16 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bobby The Programmer</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-2458</link>
		<dc:creator>Bobby The Programmer</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-2458</guid>
		<description>The trigraphs were added so that people using keyboards lacking some of the characters needed for C programming could enter them, instead of having characters in their own languages being used as separators.

As I remember, the Danes said they would not vote for the C++ standard unless trigraphs were included.  Ironically, that is Bjarne Stroustrup&#039;s homeland.</description>
		<content:encoded><![CDATA[<p>The trigraphs were added so that people using keyboards lacking some of the characters needed for C programming could enter them, instead of having characters in their own languages being used as separators.</p>
<p>As I remember, the Danes said they would not vote for the C++ standard unless trigraphs were included.  Ironically, that is Bjarne Stroustrup&#8217;s homeland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-500</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 09 Feb 2008 15:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-500</guid>
		<description>litb, that&#039;s wrong. I think you meant

  printf(”%d”, 0[i]);

Although it looks almost right, since &#039;i&#039; is usually used for indices.</description>
		<content:encoded><![CDATA[<p>litb, that&#8217;s wrong. I think you meant</p>
<p>  printf(”%d”, 0[i]);</p>
<p>Although it looks almost right, since &#8216;i&#8217; is usually used for indices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-497</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 09 Feb 2008 15:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-497</guid>
		<description>Looks like some people might have misread the title, it says &#039;Funky C&#039;, not &#039;Funny C&#039;. I wouldn&#039;t like to maintain code containing this myself, at all :-)</description>
		<content:encoded><![CDATA[<p>Looks like some people might have misread the title, it says &#8216;Funky C&#8217;, not &#8216;Funny C&#8217;. I wouldn&#8217;t like to maintain code containing this myself, at all <img src='http://eikke.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: litb</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-490</link>
		<dc:creator>litb</dc:creator>
		<pubDate>Sat, 09 Feb 2008 13:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-490</guid>
		<description>tho it&#039;s not funny, you could add
printf(&quot;%d&quot;, [i]0);</description>
		<content:encoded><![CDATA[<p>tho it&#8217;s not funny, you could add<br />
printf(&#8220;%d&#8221;, [i]0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cunningham</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-486</link>
		<dc:creator>Chris Cunningham</dc:creator>
		<pubDate>Sat, 09 Feb 2008 11:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-486</guid>
		<description>They taught us C trigraphs at university during introductory C courses less than ten years ago. (wow, though, I actually learned C before C99 had been adopted as by ANSI.) Using a combination of digraphs and trigraphs in the same file is of course eeeeeevil.

 - Chris</description>
		<content:encoded><![CDATA[<p>They taught us C trigraphs at university during introductory C courses less than ten years ago. (wow, though, I actually learned C before C99 had been adopted as by ANSI.) Using a combination of digraphs and trigraphs in the same file is of course eeeeeevil.</p>
<p> &#8211; Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Vogel</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-483</link>
		<dc:creator>Christian Vogel</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-483</guid>
		<description>No, it&#039;s not funny at all, if you have to compile legacy code that relies on this and other deformities. (especially if it&#039;s things that gcc has deprecated since a long time, and removed...)</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s not funny at all, if you have to compile legacy code that relies on this and other deformities. (especially if it&#8217;s things that gcc has deprecated since a long time, and removed&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Vogel</title>
		<link>http://eikke.com/funky-c/comment-page-1/#comment-482</link>
		<dc:creator>Christian Vogel</dc:creator>
		<pubDate>Sat, 09 Feb 2008 09:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/funky-c/#comment-482</guid>
		<description>No, it&#039;s not funny at all, if you have to compile legacy code that relies on this and other deformities to be compiled. (especially if it&#039;s things that gcc has deprecated since a long time, and removed...)</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s not funny at all, if you have to compile legacy code that relies on this and other deformities to be compiled. (especially if it&#8217;s things that gcc has deprecated since a long time, and removed&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
