Tema: clrscr();
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/11/2004, 16:01
RadicalEd
 
Fecha de Ingreso: octubre-2004
Ubicación: COLOMBIA
Mensajes: 240
Antigüedad: 19 años, 6 meses
Puntos: 3
QUE TAL ASI:
Código:
#include <iostream>
#include <stdlib.h>
using namespace std;
int main(int argc, char *argv[])
{ 
 cout << "mesnaje que se borará" << endl;  
 system("PAUSE");
 system("CLS");
 system("PAUSE");
 return 0;
}