c++ 筆記2

函數原型(Function prototype): 方法的 返回值 名稱 參數列表 組成的結構。ios int a[5] = {0, 1, 1, 2, 3}; try{} catch(string eMsg){} 導包:  Using namespace std;  std 命名空間下的全部類就導入了  namespace  std{   class string...   class array
相關文章
相關標籤/搜索