Name: Anonymous 2011-02-08 15:17
http://pastebin.com/fTxQduPu
Trying to make a noughts and crosses board in C++.
The char array will assign the first 1 rows with the correct char, but the last row will be assigned jumbled values.
Any thoughts on why this is the case?
Trying to make a noughts and crosses board in C++.
The char array will assign the first 1 rows with the correct char, but the last row will be assigned jumbled values.
Any thoughts on why this is the case?