SendInput and GetAsyncKeyStateHere's the basic code structure, I don't quite understand it all yet but it should be useful for any...
SendInput and GetAsyncKeyStateHello, I'm trying to do something simple: I want to press a key on the keyboard like "F1" or "Escape...
TicTacToe - 2D Array - Linear SearchHere's the working code, not completely debugged but does what it has to. I haven't been online to p...
TicTacToe - 2D Array - Linear SearchI thought the conditional you suggested would check if the tile is an 'X' or a 'O' but shouldn't it ...
TicTacToe - 2D Array - Linear SearchAhh ok then I need another conditional checking to see if it already has an X or an O making it unw...