C++ 关键字

C++保留关键字查询,C++关键字列表如下:

关键字是保留字。您不能将其用作变量名、常量名等。下面给出了 C++ 语言中的 32 个关键字列表,这些关键字在 C 语言中也可用。

autobreakcasecharconstcontinuedefaultdo
doubleelseenumexternfloatforgotoif
intlongregisterreturnshortsignedsizeofstatic
structswitchtypedefunionunsignedvoidvolatilewhile

下面给出了 C 语言中不可用的 C++ 语言中的 30 个关键字的列表。

asmdynamic_castnamespacereinterpret_castbool
explicitnewstatic_castfalsecatch
operatortemplatefriendprivateclass
thisinlinepublicthrowconst_cast
deletemutableprotectedtruetry
typeidtypenameusingvirtualwchar_t


上一主题 C++ 数据类型 下一主题 C++ 运算符
  • 使用社交账号登录,本站支持
全部评论(0)