一个C++问题,
我知道
int* foo(void)
foo将返回一个指向int类型的指针
怎么样
int &foo(void)
什么回来了?
非常感谢!
c++ types pointers
c++ ×1
pointers ×1
types ×1