What does it mean if there is an ampersand right before the function name? Something like:
int& myFunction(int& a, int& b)
Also my book said something about how it doesn't create a copy of something if you pass it by reference, but what exactly does that mean? I never understood that.