User profile: Enot02

User info
User name:Enot02
History
Joined:
Number of posts:50
Latest posts:

BSOD in VB
The only driver I installed was the VirtualBox Guest OS Plugin(or something like that). BUT. I can't...

BSOD in VB
Hello. I decided to play Black Mirror 1, and because I am running Windows 10, I set up a virtual mac...

How to determine a draw in Tic-Tac-Toe Program?
You should have a counter counting the number of turns. When it is 9 and you are on the else path, t...

Tic-Tac-Toe not recognizing winner
You should use [code]break[/code] to stop the loop.

Movement Problems!!!
I am making a program that is game based. What it should do is: [quote] We have two runners on a...