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

资源简介

C++实战源码-显示系统桌面助手(入门级实例555).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetAssis.h“
#include “GetAssisDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetAssisApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetAssisApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CGetAssisApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1067  2010-10-28 14:35  GetAssis\GetAssis.clw
     文件        2091  2007-05-31 09:20  GetAssis\GetAssis.cpp
     文件        4195  2007-05-30 16:56  GetAssis\GetAssis.dsp
     文件         541  2007-05-30 16:56  GetAssis\GetAssis.dsw
     文件        1346  2007-05-30 16:56  GetAssis\GetAssis.h
     文件        5170  2007-05-31 09:04  GetAssis\GetAssis.rc
     文件        5319  2007-05-31 09:44  GetAssis\GetAssisDlg.cpp
     文件        1430  2007-05-31 09:17  GetAssis\GetAssisDlg.h
     文件         686  2007-05-31 09:04  GetAssis\resource.h
     文件         210  2007-05-30 16:56  GetAssis\StdAfx.cpp
     文件        1054  2007-05-30 16:56  GetAssis\StdAfx.h
     文件        5694  2005-10-08 16:28  GetAssis\res\GetAssis.ico
     文件         400  2007-05-30 16:56  GetAssis\res\GetAssis.rc2

评论

共有 条评论