Welcome to My Public Vault

Home

❯

整数型(C++)

整数型(C++)

Apr 15, 20261 min read

  • CPlusPlus

整数型(Integral types)

整数のように扱われる型。

  • 様々なchar型
  • bool型(C++)

enumやenum classのような非基本型は含まれない。

標準整数型(Standard integer types)

  • short
  • int型(C++)
  • long
  • long long

参考

  • https://en.cppreference.com/w/cpp/language/types.html
  • https://qiita.com/gis/items/940830a7b6a131b25969
  • https://programming-place.net/ppp/contents/c/019.html

Graph View

  • 整数型(Integral types)
  • 標準整数型(Standard integer types)
  • 参考

Backlinks

  • char型
  • 固定幅整数型
  • 基本型(C++)
  • 数値変換
  • 整数昇格
  • 符号なし整数型(C++)

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community