[MFC] 現在日時を表示する[MFC] 現在日時を表示する
CTime tm = CTime::GetCurrentTime(); CString strTm = tm.Format("%Y/%m/%d %H:%M:%S: "); 参考サイト CTime Class https: […]
CTime tm = CTime::GetCurrentTime(); CString strTm = tm.Format("%Y/%m/%d %H:%M:%S: "); 参考サイト CTime Class https: […]
CStdioFile file; if (!file.Open(GetLogFileName(), CFile::modeCreate|CFile::modeNoTruncate|CFile::modeWrite|CFi […]