|
Re: hey, stupid question but...
i could be wrong...
but you declared the integer variable "max" in the function.
try putting "int max;" in your first line of code along with all your other variable declarations and then in the function... "max = ..."
__________________
Real programmers don't comment their code:
it was hard to write... it should be hard to understand
|