初識C++

初識C++ 1.命名空間 2.C++輸入輸出 3.缺省參數 4.函數重載 extern 「C」 5.引用 6.內聯函數 7.auto關鍵字 8.基於範圍的的for循環 9.nullptr 淺析 1 命名空間ios 命名空間 : 避免命名衝突 namespace Name{ int a; int b; int sub(int a, int b){ return a + b; } } 既能
相關文章
相關標籤/搜索