What does '&' mean in C++?

后端 未结 11 1682
隐瞒了意图╮
隐瞒了意图╮ 2021-01-18 02:20

What does \'&\' mean in C++?

As within the function

void Read_wav::read_wav(const string &filename)
{

}

And what is its equiv

11条回答
  •  Happy的楠姐
    2021-01-18 02:53

    You might want to check out Binky Pointer fun, it's a video that illustrates what Pointers and References are.

提交回复
热议问题