• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++ 获取当前系统运行时间(提高篇-实例060).zip

资源截图

代码片段和文件信息

// CurrentTime.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CurrentTime.h“
#include “CurrentTimeDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCurrentTimeApp

BEGIN_MESSAGE_MAP(CCurrentTimeApp CWinApp)
//{{AFX_MSG_MAP(CCurrentTimeApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCurrentTimeApp construction

CCurrentTimeApp::CCurrentTimeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35616  2013-10-28 16:08  CurrentTime\CurrentTime.aps
     文件        1151  2013-10-28 16:10  CurrentTime\CurrentTime.clw
     文件        2133  2013-10-28 15:59  CurrentTime\CurrentTime.cpp
     文件        4249  2013-10-28 15:59  CurrentTime\CurrentTime.dsp
     文件         545  2013-10-28 15:59  CurrentTime\CurrentTime.dsw
     文件        1379  2013-10-28 15:59  CurrentTime\CurrentTime.h
     文件       48640  2013-10-28 16:10  CurrentTime\CurrentTime.opt
     文件        5283  2013-10-28 16:08  CurrentTime\CurrentTime.rc
     文件        4445  2013-10-28 16:06  CurrentTime\CurrentTimeDlg.cpp
     文件        1390  2013-10-28 16:02  CurrentTime\CurrentTimeDlg.h
     文件        3669  2013-10-28 15:59  CurrentTime\ReadMe.txt
     文件         735  2013-10-28 16:01  CurrentTime\Resource.h
     文件         213  2013-10-28 15:59  CurrentTime\StdAfx.cpp
     文件        1054  2013-10-28 15:59  CurrentTime\StdAfx.h
     文件        1078  2013-10-28 15:59  CurrentTime\res\CurrentTime.ico
     文件         403  2013-10-28 15:59  CurrentTime\res\CurrentTime.rc2

评论

共有 条评论