C++ 從 Zero 開始: 基礎資料型態
http://cppzero.blogspot.com/2010/01/blog-post_26.html
8211;2,147,483,648 到 2,147,483,647. 0 到 4,294,967,295. 預設為 –128 到 127. 8211;128 到 127. Short int, signed short int. 8211;32,768 到 32,767. 0 到 65,535. Long int, signed long int. 8211;2,147,483,648 到 2,147,483,647. 0 到 4,294,967,295. 8211;9,223,372,036,854,775,808 到 9,223,372,036,854,775,807. Unsigned long long int. 0 到 18,446,744,073,709,551,615. 34E /- 38 (7 位有效數字). 17E /- 308 (15 位有效數字). 0 到 65,535. 169; 2009 by 郭兆平. 訂閱: 張貼留言 (Atom). C 從 Zero 開始. 第二章 變數與指定運算子「=」. 第三章 關係運算子與 if 判斷. 35 巢狀 if 陳述式.