Archivo para ‘juegos en C/C++’ Category

Código en C++ del Juego del gato, tic-tac-toe o tres en raya

Viernes, diciembre 19th, 2008

[sourcecode language='cpp']#include #include #include char matrix[3][3];//={0}; void cou(void); int main() { int m,n; char ch=’y’; while(ch==’Y’||ch==’y’) { for (m=0;m