14-04-2009, 01:35 AM
WTF???
That's just not a good programming practice. Use a while, try to avoid recursions at most!
Code:
if (iPlayerGuess < 0 || iPlayerGuess > 12){
main();
}