> I know there are some bad things in my code such as system("CLS");
and that this makes the code unportable and inefficient, but you could just remove it at anytime :)
> It could be that my code is a bit bloated, I didn't put enough time and effort in it so that's my mistake
> I know this is probably one of the million TicTacToes available on the internet, but I just wanted to contribute some (bloated?) code ...
> Any further comments are appreciated ! :)
> There's a little bug (if you can call it that way) in my code (where else LOL :P): If you play the moves in a particular order you can *ALWAYS* win the game against the computer :P, this can easily be fixed by implementing a function which plays random moves :)
> My goal: provide understandable code
> I hope you will enjoy :P !