<?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>相關回應：一個長整數各自表述 (in 64-bit system)</title>
	<atom:link href="http://blog.urdada.net/2008/04/18/85/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.urdada.net/2008/04/18/85/</link>
	<description>Just for fun</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:03:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：想不透</title>
		<link>http://blog.urdada.net/2008/04/18/85/comment-page-1/#comment-19179</link>
		<dc:creator>想不透</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2008/04/18/85/#comment-19179</guid>
		<description>經理級的人物 還要搞技術 會很累的 真是辛苦</description>
		<content:encoded><![CDATA[<p>經理級的人物 還要搞技術 會很累的 真是辛苦</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Pointers on 64-/32-bits CPU &#171; Abner&#8217;s Postgraduate Days</title>
		<link>http://blog.urdada.net/2008/04/18/85/comment-page-1/#comment-8023</link>
		<dc:creator>Pointers on 64-/32-bits CPU &#171; Abner&#8217;s Postgraduate Days</dc:creator>
		<pubDate>Tue, 13 Jan 2009 23:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2008/04/18/85/#comment-8023</guid>
		<description>[...] Ref.:一個長整數各自表述 (in 64-bit system) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ref.:一個長整數各自表述 (in 64-bit system) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：softpapa</title>
		<link>http://blog.urdada.net/2008/04/18/85/comment-page-1/#comment-4003</link>
		<dc:creator>softpapa</dc:creator>
		<pubDate>Fri, 15 Aug 2008 07:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2008/04/18/85/#comment-4003</guid>
		<description>stdint.h  是C99 後標準的header，不用分unix 和 windows 吧？

C從來沒要define variable type 的 size ，跟據　c faq 1.1
---------------------------------------------------
It&#039;s often incorrectly assumed that C&#039;s types are defined to have certain, exact sizes. In fact, what&#039;s guaranteed is that:

    * type char can hold values up to 127;
    * types short int and int can hold values up to 32,767; and
    * type long int can hold values up to 2,147,483,647.
    * something like the relation

      	sizeof(char) &lt;= sizeof(short) &lt;= sizeof(int) &lt;= sizeof(long) &lt;= sizeof(long long)
--------------------------------------------------

版主你的排版很讚，看起來很舒服...: :mrgreen:</description>
		<content:encoded><![CDATA[<p>stdint.h  是C99 後標準的header，不用分unix 和 windows 吧？</p>
<p>C從來沒要define variable type 的 size ，跟據　c faq 1.1<br />
---------------------------------------------------<br />
It's often incorrectly assumed that C's types are defined to have certain, exact sizes. In fact, what's guaranteed is that:</p>
<p>    * type char can hold values up to 127;<br />
    * types short int and int can hold values up to 32,767; and<br />
    * type long int can hold values up to 2,147,483,647.<br />
    * something like the relation</p>
<p>      	sizeof(char) &lt;= sizeof(short) &lt;= sizeof(int) &lt;= sizeof(long) &lt;= sizeof(long long)<br />
--------------------------------------------------</p>
<p>版主你的排版很讚，看起來很舒服...: <img src='http://blog.urdada.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：大樂透</title>
		<link>http://blog.urdada.net/2008/04/18/85/comment-page-1/#comment-3544</link>
		<dc:creator>大樂透</dc:creator>
		<pubDate>Thu, 17 Jul 2008 02:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.urdada.net/2008/04/18/85/#comment-3544</guid>
		<description>真是恐怖呀，int和long都不能用了。</description>
		<content:encoded><![CDATA[<p>真是恐怖呀，int和long都不能用了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
