[C++, CPP 教學 教程 教材 Tutorial] 基本程式架構 - 關鍵字(Keyword)
YehYeh\'s Notepad yehyeh@gmail.com 

[C++, CPP] 基本程式架構

關鍵字(Keyword)

  • 關鍵字(Keyword):一些在C++已定義且代表特定功能的字,如void, int, return
關 鍵 字 表
asmautobad_castbad_typeidboolbreak case
catchcharclassconstconst_castcontinue default
deletedodoubledynamic_castelse enum except
explicit extern false finally float for friend
goto if inline int long mutable namespace
new operator private protected public register reinterpret_cast
return short signed sizeof static static_cast struct
switch template this throw true try type_info
typedef typeid typename union unsigned using virtual
void volatile while