C++ 快速導覽- 常數const. 關鍵字(keyword) const 用來定義常數(constant) ,凡是以 const 宣告後的變數(variable) 設定初值後,都不能重新指派新的值,例如 ?
www.google.com.tw