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

资源简介

C++实战源码-设置系统时间(入门级实例344).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DateTime.h“
#include “DateTimeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDateTimeApp

BEGIN_MESSAGE_MAP(CDateTimeApp CWinApp)
//{{AFX_MSG_MAP(CDateTimeApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDateTimeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDateTimeApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1208  2010-10-06 17:07  DateTime\DateTime.clw
     文件        2091  2007-01-12 10:07  DateTime\DateTime.cpp
     文件        4385  2010-10-06 17:07  DateTime\DateTime.dsp
     文件         539  2007-01-12 10:07  DateTime\DateTime.dsw
     文件        1346  2007-01-12 10:07  DateTime\DateTime.h
     文件        5785  2010-10-06 17:07  DateTime\DateTime.rc
     文件        5031  2010-10-06 17:04  DateTime\DateTimeDlg.cpp
     文件        1476  2010-10-06 17:03  DateTime\DateTimeDlg.h
     文件        1005  2010-10-06 17:04  DateTime\resource.h
     文件         210  2007-01-12 10:07  DateTime\StdAfx.cpp
     文件        1054  2007-01-12 10:07  DateTime\StdAfx.h
     文件      138390  2010-10-06 17:00  DateTime\res\056.bmp
     文件        5694  2005-10-08 16:28  DateTime\res\DateTime.ico
     文件         400  2007-01-12 10:07  DateTime\res\DateTime.rc2
     文件        4842  2010-10-06 17:04  DateTime\res\mod.bmp
     文件        4842  2010-10-06 17:04  DateTime\res\stop.bmp
     文件       13312  2010-10-06 17:07  DateTime\res\Thumbs.db

评论

共有 条评论