Tic Tac Toe Help
I'm writing a tic tac toe program that works in general.... however i need to make it so that the users cannot re-use numbers (the board is labeled one through nine) i tried using an array but it just wasn't working out. any suggestions or help?
- the board 1-9 is in a character array so i can make the spaces with an X or an O

