C++ 速查手冊 V1.00 - 單元 2 - 標記




程式 (program) 中有固定的標記 (token) 供編譯器區分,也就是程式語言 (programming language) 裡基本的詞彙。這些標記有關鍵字 (keyword) 、識別字 (identifier) 、運算子 (operator) 、字面常數 (literal) 及註解 (comment) 。


下面我們分成數個部分介紹 C++ 的標記



continue ...

沒有留言: