This is a simple version of TicTacToe written in C. I wrote this primarily to help a friend of mine. It has virtually no error checking (primarily in regards to the scanf functions, so don’t mess up while inputting!) #include <stdio.h> char board[3][3]; char turn = ‘X’; void init(char board[3][3]); void draw(char [...]
Archive for the ‘Learning’ Category
太陽系
Posted by kenny on March 2nd, 2009
これは僕が関西外国語大学にいる時、書いた論文で、内容はそんなに難しくなく、日本語を勉強している人にとって役に立つかもしれません。
Thog Problem
Posted by kenny on January 8th, 2009
Given the following combinations of shapes and colors:

Posted in
Tags:

