Totito en c++

1000 palabras 4 páginas
Universidad Mariano Gálvez

Facultad de Ingeniería en Sistemas

Programacion

“Codigo Totito”

Juan José Turcios Samayoa.

Carné: 2490-05-7795

19 de febrero de 2011, Salamá Baja Verapaz.
CODIGO TOTITO

#include <conio.h> #include <iostream.h> #include <stdio.h> #include <string.h>

char a=' ', b=' ', c=' ', d=' ', e=' ', f=' ', g=' ', h=' ', i=' ', temp;

void resultado()
{
gotoxy(44,19); cout<<a; gotoxy(49,19); cout<<b; gotoxy(55,19); cout<<c; gotoxy(44,23); cout<<d; gotoxy(49,23); cout<<e; gotoxy(55,23); cout<<f; gotoxy(44,27); cout<<g; gotoxy(49,27); cout<<h; gotoxy(55,27); cout<<i;
}

int
…ver más…

= '0'; } if(temp=='h'){ h = '0'; } if(temp=='i'){ i = '0'; } resultado();

cout << "\n\n(Jugador 1) Seleccione posicion: "; cin>>temp;

if(temp=='a'){ a = 'X'; } if(temp=='b'){ b = 'X'; } if(temp=='c'){ c = 'X'; } if(temp=='d'){ d = 'X'; } if(temp=='e'){ e = 'X'; } if(temp=='f'){ f = 'X'; } if(temp=='g'){ g = 'X'; } if(temp=='h'){ h = 'X'; } if(temp=='i'){ i = 'X'; } resultado();

cout << "\n\n(Jugador 2) Seleccione posicion: "; cin>>temp;

if(temp=='a'){ a = '0'; } if(temp=='b'){ b = '0'; } if(temp=='c'){ c = '0'; } if(temp=='d'){ d = '0'; } if(temp=='e'){ e = '0'; } if(temp=='f'){ f = '0'; } if(temp=='g'){ g = '0'; } if(temp=='h'){ h = '0'; } if(temp=='i'){ i = '0'; } resultado();

cout << "\n\n(Jugador 1) Seleccione posicion: "; cin>>temp;

if(temp=='a'){ a = 'X'; } if(temp=='b'){ b = 'X'; } if(temp=='c'){ c = 'X'; } if(temp=='d'){ d = 'X'; } if(temp=='e'){ e = 'X'; } if(temp=='f'){ f = 'X'; } if(temp=='g'){ g = 'X'; } if(temp=='h'){ h = 'X'; } if(temp=='i'){ i = 'X'; }

Documentos relacionados

  • Higiene Personal
    3736 palabras | 15 páginas
  • Higiene Personal
    3746 palabras | 15 páginas