Visual studio.net help!

hi,

I know im a pain asking you all questions about c++ but we all know your all good enough to do anything so thought id give it a shot.

I’m creating a naughts and crosses game (tic tac toe for you americans!!) for uni and am getting a little stuck!

The game runs and a winner can be decided but when the game ends i want it to ask whether another game wants to be played.

Then i want it to carry on as a new game and loop until the players dont want to play again.

i’ve included the source file in notepad form

also could anyone tell me how to carry out a check on the array so that once a value has been entered into that co-ordinate (O or X) another value cannot overwrite it???

any help appreciated!

cheers
ASH:puzzle:

p.s. i created it using a console application and used a .cpp file!!!