Jesse's blog
2019年5月9日 星期四
[C/C++] Reference vs Point
以往在撰寫C語言的Pointer時,常會因使用不當,導致空指針(NULL Pointer)的問題。而C++提供Reference的定義變數方式來處理空指標問題。
Reference 不同于Pointer:
不存在NULL Reference。
一旦指向一個物件,將無法再指向另義務建
初始化只發生在創建時。
Reference :
[1]
https://www.runoob.com/cplusplus/cpp-references.html
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言