#include
std:: stränga myTime = ”1438”;
time_t nu = tid (0);
structtm*now_tm = localtime (&now);
now_tm->tm_hour = atoi (myTime.substr (0, 2) .c_str ());
now_tm->tm_min = atoi (myTime.substr (2, 2) .c_str ());
now_tm->tm_sec = 0;
time_t uppsätta som mål = mktime (now_tm);
bränna till kol tidsstämpel [32] = "";
strftime (tidsstämpel, 32, ”%b %d %Y %I: %M: %S 000% p”, gmtime (&target));
std:: cout <>
|