摘要:
转自 https://blog.csdn.net/yuan_4715/article/details/6283472 引用是C++中的概念,初学者容易把引用和指针混淆一起。 一下程序中,n是m的一个引用(reference),m是被引用物(referent)。 int m; int &n = m; 阅读全文
posted @ 2019-02-20 10:47
pengyingh
阅读(1167)
评论(0)
推荐(0)