User profile: sasauke

User info
User name:sasauke
History
Joined:
Number of posts:81
Latest posts:

Error Check -- Not long
Your Intro to Programming class is teaching you to declare the main function like this? Or you haven...

calling a function from one class to another
I think you misunderstand. In the main function, you create an object of [code]TicTacToe game[/cod...

exiting loop upon negative number
[code]Try to use signed operator signed double scores=100;[/code] Lol, what? Anyway. Look up jump ...

calling a function from one class to another
Well there's a couple of thing I'd like to comment on. Firstly, the design is not something to be a...

Why does it skip if and just print it?
You can't just put a comma and expect [code]direction [/code]to compare to both string literals. T...