Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
2 Posted Topics
I am attempting to write a program that interfaces with Command prompt (simple, bring up a tasklist, user enters the program they want to get rid of, and then the computer does the rest), I already have been able to interface and bring up a tasklist, the code compiles with …
Re: tic tac toe
Add a for statement at the top to end when X>8 (with the original X being 0), you can force x to be greater than 8 in either one of the winner stages by simply adding 9 to X, and as the program goes along, every time a player takes …
The End.
Puddles