What does \'&\' mean in C++?
As within the function
void Read_wav::read_wav(const string &filename) { }
And what is its equiv
&filename means this is a reference to filename.