menu

Bits and Pieces of C++

Turns out there were a few basic things I did miss out on in my somewhat decent knowledge about C++. Static variables, some more debugging info, non-ASCII handling, etc.

Regardless it’s still basic stuff, won’t be looking into anything like pointers and such until another two weeks.

One of my current tasks is making a simple Tic Tac Toe game, no AI or anything. It just happens to be that a few years ago I already made such a thing, complete with AI, difficulty, and a GUI along with a few other unnecessary features using C++/SDL. I’m not sure if I’ll use that or rather write a new one as I believe we’re still doing these things as console applications.