在C++中,"primary"并不是一個關鍵字
int
, float
, double
, char
, bool
等。auto
, register
, static
, extern
, mutable
等。public
, private
, protected
等。+
, -
, *
, /
, %
, ++
, --
, ==
, !=
, <
, >
, <=
, >=
, &&
, ||
, !
, &
, |
, ^
, ~
, <<
, >>
, +=
, -=
, *=
, /=
, %=
, &=
, |=
, ^=
, <<=
, >>=
等。if
, else
, switch
, case
, default
, for
, while
, do
, break
, continue
, goto
, return
等。sizeof
, new
, delete
, this
, true
, false
, nullptr
等。這些關鍵字在C++編程中起著重要作用,它們共同構成了C++語言的基本框架和語法規則。