<?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: #ifndef BOOL</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/1143/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/</link>
	<description>(My smile insists of having nose. :-)</description>
	<pubDate>Wed, 19 Nov 2008 04:02:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/#comment-118265</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Thu, 23 Oct 2008 10:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1143#comment-118265</guid>
		<description>啊？哪一個部份是 C Preprocessor 必須支援的語法？</description>
		<content:encoded><![CDATA[<p>啊？哪一個部份是 C Preprocessor 必須支援的語法？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AntOnly</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/#comment-118251</link>
		<dc:creator>AntOnly</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1143#comment-118251</guid>
		<description>這是 C Preprocessor 必須支援的語法，而且以後用 BOOL 的地方會當成 int (假設沒有 #define BOOL ...)，所以 compiler 沒有投訴。
To Arlo
&#62;&#62;原本想要做的事
#ifndef BOOL
#define BOOL int
#endif

or

typedef int BOOL;</description>
		<content:encoded><![CDATA[<p>這是 C Preprocessor 必須支援的語法，而且以後用 BOOL 的地方會當成 int (假設沒有 #define BOOL ...)，所以 compiler 沒有投訴。<br />
To Arlo<br />
&gt;&gt;原本想要做的事<br />
#ifndef BOOL<br />
#define BOOL int<br />
#endif</p>
<p>or</p>
<p>typedef int BOOL;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlo</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/#comment-106441</link>
		<dc:creator>Arlo</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1143#comment-106441</guid>
		<description>我看了這三行好久, 一直搞不懂這三行要幹嘛..
最後不知為何雄雄懂了這三行原本想要做的事.
這...這也太..</description>
		<content:encoded><![CDATA[<p>我看了這三行好久, 一直搞不懂這三行要幹嘛..<br />
最後不知為何雄雄懂了這三行原本想要做的事.<br />
這...這也太..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: av</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/#comment-105109</link>
		<dc:creator>av</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1143#comment-105109</guid>
		<description>To 爆爆王：
這是個蠢到讓許多人無法一眼看出的錯誤，撇開巨集的問題，其中最好笑的就是把 #define 與 typedef 混為一談。typedef 後，下次 #if 或 #ifndef 仍然是沒有 define BOOL.</description>
		<content:encoded><![CDATA[<p>To 爆爆王：<br />
這是個蠢到讓許多人無法一眼看出的錯誤，撇開巨集的問題，其中最好笑的就是把 #define 與 typedef 混為一談。typedef 後，下次 #if 或 #ifndef 仍然是沒有 define BOOL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 爆爆王</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1143/#comment-105051</link>
		<dc:creator>爆爆王</dc:creator>
		<pubDate>Mon, 21 Jul 2008 08:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1143#comment-105051</guid>
		<description>不懂，頂一下。</description>
		<content:encoded><![CDATA[<p>不懂，頂一下。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
