c++中的 關鍵字const 使用方法及說明

const定義的 本質:只讀變量,即不可修改的變量。因此,它永遠不多是常量。函數 用法及說明:(想要的都有,不分類,本身看)指針 const int i                        // i 是 const對象 int cost i                          // i 是 constio const int*  i                    
相關文章
相關標籤/搜索