TicTacToe - 2D Array - Linear SearchCool man, I was able to use this in my connect 4 game as well. Really useful!
Learning to program before language?Here's a video playlist concentrating on algorithms and data structures held by Richard Buckland at ...
Pointer To PointersYes I'm aware I can do this much simpler or with no pointers at all but the whole point is to practi...
Pointer To PointersI am reading Jumping into C++ and playing around with pointers to pointers on chapter 14. I decided ...
SendInput and GetAsyncKeyStateHere's the basic code structure, I don't quite understand it all yet but it should be useful for any...