User profile: Fourc00h

User info
User name:Fourc00h
History
Joined:
Number of posts:40
Latest posts:

SendInput and GetAsyncKeyState
Here's the basic code structure, I don't quite understand it all yet but it should be useful for any...

SendInput and GetAsyncKeyState
Hello, I'm trying to do something simple: I want to press a key on the keyboard like "F1" or "Escape...

TicTacToe - 2D Array - Linear Search
Here's the working code, not completely debugged but does what it has to. I haven't been online to p...

TicTacToe - 2D Array - Linear Search
I thought the conditional you suggested would check if the tile is an 'X' or a 'O' but shouldn't it ...

TicTacToe - 2D Array - Linear Search
Ahh ok then I need another conditional checking to see if it already has an X or an O making it unw...