标签: c++
可能重复: What are the differences between pointer variable and reference variable in C++?
您好有时我会看到那种声明
void f(int& a,...){ }
什么&意思?原因*是指针,没有*是对象,那是什么?