11/05/2005, 12:28
|
| | | Fecha de Ingreso: noviembre-2004
Mensajes: 652
Antigüedad: 20 años Puntos: 1 | |
como?.... sería algo asi?:
#include <fstream>
#include<time.h>
using std::ifstream;
ifstream fEnt;
time_t hora;
fEnt.clear();
fEnt.open("fichero.txt");
fEnt >> sizeof(hora);
//....
es que no estoy acostumbrado a trabajar con time_t ... nose si será asi... si no lo es podrías ponerme un ejemplillo?
gracias |