15/05/2006, 00:35
|
| | Fecha de Ingreso: abril-2006 Ubicación: Acapulco Gro. México
Mensajes: 483
Antigüedad: 18 años, 8 meses Puntos: 2 | |
cout <<"introduce el titulo"<<endl;
fflush(stdin); // Estas seguro que quieres hacer esto??.
getline(cin,tit); // no seria cin.getline(tit) ??.
out << tit << endl;**************************AQUI ME ESCRIBE PERO LUEGO TODO ENTERO
while (in.getline(line, SIZE)) ************ME EMPIEZA DESDE INICIO DE NUEVO
{ out << line<< endl;// Es probable que sea a causa de limpiar el buffer de entrada.
int a=strcmp(line,"<div id=\"resumen_cronica\">");
if(a==0)
{
break;
}
} |