c_cpp:data_type

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
c_cpp:data_type [2019/02/01 05:50] – [参考文献] ともやんc_cpp:data_type [2019/08/19 07:14] (現在) ともやん
行 6: 行 6:
     table {     table {
       font-size: 12px;       font-size: 12px;
 +    }
 +    th {
 +      vertical-align: middle;
     }     }
   </style>   </style>
 </html> </html>
-^  型  ^  stdint.h\\ 型  ^  サイズ(bit)  ^  説明  ^+^  型  ^  stdint.h\\ 標準データ型  ^  サイズ(bit)  ^  説明  ^
 | char  |  |  8 | 1文字または256種類の数値を記憶できる。  | | char  |  |  8 | 1文字または256種類の数値を記憶できる。  |
 | signed char  |  int8_t |  8 | 符号付き整数(-128~127)の値を記憶できる。  | | signed char  |  int8_t |  8 | 符号付き整数(-128~127)の値を記憶できる。  |
行 32: 行 35:
  
 ===== 参考文献 ===== ===== 参考文献 =====
 +[[https://marycore.jp/prog/c-lang/data-type-min-max-values/|【C言語/C++】データ型の最大値と最小値の一覧【32/64bit環境 limits.h/stdint.h】 | MaryCore]]\\
 [[https://postd.cc/how-to-c-in-2016-1/|2016年、C言語はどう書くべきか (前編) | POSTD]]\\ [[https://postd.cc/how-to-c-in-2016-1/|2016年、C言語はどう書くべきか (前編) | POSTD]]\\
 [[http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html|stdint.h 仕様書]]\\ [[http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html|stdint.h 仕様書]]\\
 +[[https://sites.uclouvain.be/SystInfo/usr/include/stdint.h.html|/usr/include/stdint.h]]\\
 +
  • c_cpp/data_type.1548967842.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)