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

资源简介

C++实战源码-修改可执行文件中的资源(入门级实例018).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Sino.h“
#include “SinoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSinoApp

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

/////////////////////////////////////////////////////////////////////////////
// CSinoApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSinoApp object

CSinoApp theApp;

//////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         530  2010-07-14 11:32  Sino\Resource.h
     文件         976  2010-10-26 09:47  Sino\Sino.clw
     文件        2035  2010-07-14 11:32  Sino\Sino.cpp
     文件        4126  2010-07-14 11:39  Sino\Sino.dsp
     文件         533  2010-07-14 11:32  Sino\Sino.dsw
     文件        1302  2010-07-14 11:32  Sino\Sino.h
     文件        5436  2010-07-14 11:36  Sino\Sino.rc
     文件        4076  2010-07-14 11:32  Sino\SinoDlg.cpp
     文件        1320  2010-07-14 11:32  Sino\SinoDlg.h
     文件         206  2010-07-14 11:32  Sino\StdAfx.cpp
     文件        1054  2010-07-14 11:32  Sino\StdAfx.h
     文件        5694  2005-10-08 16:28  Sino\res\Sino.ico
     文件         396  2010-07-14 11:32  Sino\res\Sino.rc2

评论

共有 条评论