<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>「一個長整數各自表述 (in 64-bit system)」的迴響</title>
	<link>http://blog.urdada.net/2008/04/18/85/</link>
	<description>Just for fun</description>
	<pubDate>Wed, 19 Nov 2008 22:43:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>作者：softpapa</title>
		<link>http://blog.urdada.net/2008/04/18/85/#comment-4003</link>
		<dc:creator>softpapa</dc:creator>
		<pubDate>Fri, 15 Aug 2008 07:26:42 +0000</pubDate>
		<guid>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's often incorrectly assumed that C's types are defined to have certain, exact sizes. In fact, what'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) &#60;= sizeof(short) &#60;= sizeof(int) &#60;= sizeof(long) &#60;= 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-3544</link>
		<dc:creator>大樂透</dc:creator>
		<pubDate>Thu, 17 Jul 2008 02:47:17 +0000</pubDate>
		<guid>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>
