C++中的引用和指针 Published by dasuda on 2020年5月27日2020年5月23日 指针 说起指针,我们应该很自然而然的想到地址,指针用*来表示,int *a = &b就表示变量b的地址 … Read More