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

资源简介

C++实战源码-时间和月历的同步(入门级实例345).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Month.h“
#include “MonthDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMonthApp

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

/////////////////////////////////////////////////////////////////////////////
// CMonthApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMonthApp object

CMonthApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1145  2010-11-13 10:41  Month\Month.clw
     文件        2049  2007-01-12 13:20  Month\Month.cpp
     文件        4202  2010-10-07 08:27  Month\Month.dsp
     文件         533  2007-01-12 13:20  Month\Month.dsw
     文件        1313  2007-01-12 13:20  Month\Month.h
     文件        5609  2010-10-07 08:27  Month\Month.rc
     文件        4843  2010-06-28 16:05  Month\MonthDlg.cpp
     文件        1479  2007-01-10 14:20  Month\MonthDlg.h
     文件         820  2010-10-07 08:26  Month\resource.h
     文件         207  2007-01-12 13:20  Month\StdAfx.cpp
     文件        1054  2007-01-12 13:20  Month\StdAfx.h
     文件      206106  2010-10-07 08:26  Month\res\057.bmp
     文件        5694  2005-10-08 16:28  Month\res\Month.ico
     文件         397  2007-01-12 13:20  Month\res\Month.rc2
     文件        7168  2010-06-22 10:39  Month\res\Thumbs.db

评论

共有 条评论