C++ Argument Error
I have a function in which
bool(*p)(const vector<int>&, int)
is one of the arguments. I know it's being used to call one of two other
functions, but I can't seem to figure out how to actually call it (getting
a no matching function for call error). I currently have
myFunct(i, j, myFunct2(i, 0);
Any help is appreciated.
No comments:
Post a Comment