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

资源简介

C++实战源码-实现纪念日提醒(入门级实例346).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Commemorate.h“
#include “CommemorateDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCommemorateApp

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

/////////////////////////////////////////////////////////////////////////////
// CCommemorateApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1290  2010-11-13 10:42  Commemorate\Commemorate.clw
     文件        2133  2010-06-28 14:26  Commemorate\Commemorate.cpp
     文件        4374  2010-10-07 08:41  Commemorate\Commemorate.dsp
     文件         547  2010-06-28 14:26  Commemorate\Commemorate.dsw
     文件        1379  2010-06-28 14:26  Commemorate\Commemorate.h
     文件        5835  2010-10-07 08:40  Commemorate\Commemorate.rc
     文件        6160  2010-10-07 08:40  Commemorate\CommemorateDlg.cpp
     文件        1488  2010-10-07 08:39  Commemorate\CommemorateDlg.h
     文件         917  2010-10-07 08:40  Commemorate\resource.h
     文件         213  2010-06-28 14:26  Commemorate\StdAfx.cpp
     文件        1054  2010-06-28 14:26  Commemorate\StdAfx.h
     文件      268546  2010-10-07 08:38  Commemorate\res\058.bmp
     文件        1078  2010-06-28 14:26  Commemorate\res\Commemorate.ico
     文件         403  2010-06-28 14:26  Commemorate\res\Commemorate.rc2
     文件        5070  2010-10-07 08:40  Commemorate\res\set.bmp
     文件       10752  2010-10-07 08:41  Commemorate\res\Thumbs.db

评论

共有 条评论