Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/09/2006, 19:09
GermanBsAs
 
Fecha de Ingreso: septiembre-2004
Mensajes: 252
Antigüedad: 19 años, 7 meses
Puntos: 0
o sea algo como

Código:
#ifdef __WIN32__ || __MSDOS__
system("cls");
#endif
#ifdef __unix__
system("clear");
#endif
funcionaria bien