
08/11/2004, 16:01
|
| | Fecha de Ingreso: octubre-2004 Ubicación: COLOMBIA
Mensajes: 240
Antigüedad: 20 años, 5 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;
}
|