C++引用與引用做爲函數的參數

本篇博文轉載於 http://blog.csdn.net/chaipp0607/article/details/60151813ios 對一個數據創建一個「引用」,他的做用是爲一個變量起一個別名。這是C++對C語言的一個重要補充。數組 如何創建一個引用函數 int a = 5; int &b = a; cout<<a<<endl; cout<<b<<endl; co
相關文章
相關標籤/搜索