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 |