Don't know how to do a recursive callThanks! That was exactly what I needed! You guys are life savers! =) I'm not yet at the point at wh...
Don't know how to do a recursive callI assume you mean replace all instances of "s" with studentArray But I was trying to set studentArra...
Don't know how to do a recursive call[code]int BinarySearch(Student* studentArray, int age, int min, int max) //Binary Search Function { ...
Don't know how to do a recursive call@zdzero Sorry, but you just melted my brain with that. See post below!
Don't know how to do a recursive callSo, what I did was remove the line suggested, and replace it with [code]else { return -1; }[/code]...
This user does not accept Private Messages