int mult[max] =
part. I am trying to have any arguments that are passed to or from my function multiply_me
|
|
What does it mean if you get an error calling something ambiguous? |
I am trying to have any arguments that are passed to or from my function multiply_me to only be global. |
|
|
using namespace std;
is not such a good idea. If you didn't have using namespace std;
it wouldn't be ambiguous because you would have to write std::max if you mean max in the standard library.