-
SYSTEMTIME time; GetLocalTime(&time); char buf[100]; wsprintf(buf, "The current time is %02d : %02d : %02d", time.wHour, time.wMinute, time.wSecond);