Welcome to My Public Vault

Home

❯

基本型(C++)

基本型(C++)

Apr 15, 20261 min read

  • CPlusPlus

C++の基本型。言語仕様として最初から用意されている型で、主に以下を含む。

  • 整数型(C++)
  • 浮動小数点型
  • bool型(C++)
  • void
  • std::nullptr_t

組み込み型とほぼ同じ文脈で使われることが多い。

参考

  • 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

Backlinks

  • C++(Roadmap)
  • bool型(C++)
  • 値渡しと参照渡しの使い分け

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community