User profile: FredFlintstone

User info
User name:FredFlintstone
Email:fncpecoraro@gmail.com
Name:Francesco
Location:Pecoraro
Website:http://www.giordanicaserta.it/frapec
History
Joined:
Number of posts:11
Latest posts:

while loop
[code]while (i <6);[/code] 're executing an empty while i <6 (always) delete the semicolon. [code] ...

Help my Computer Tic Tac toe is not working.
...

Get out of a while loop inside a do-while
First: Verify second !=0, then compute first/second. I've also inserted lol=true. [code] while (...

Help my tic tac toe codes aren't working
Board is declared. In your code [code] // Assign values to the playing board char Board[0] = '0'; ch...

help meeeeeee...ARRAY PROBLEM...
In your following code you are missing to compare LN[ROW-1] column1, 2, 3, 4 with LN[r][c]. [code] i...