C++ 是強型態的程式語言,凡是變數使用前都要先宣告是哪一種型態。基本內建資料型態 (primitive built-in data type) 也稱為算術型態 (arithmetic type) ,可分為四種,分別是布林 (Boolean) 、字元 (character) 、整數 (integer) 及浮點數 (floating-point number) 。
下面我們分成數個部分介紹 C++ 的基本內建型態
相關教學影片