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

资源简介

C++ 文件合成(提高篇-实例230).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Combine.h“
#include “CombineDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCombineApp

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

/////////////////////////////////////////////////////////////////////////////
// CCombineApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCombineApp object

CCombine

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       36000  2013-11-14 13:07  Combine.aps
     文件        1298  2013-11-14 13:08  Combine.clw
     文件        2077  2013-11-13 15:39  Combine.cpp
     文件        4181  2013-11-13 17:16  Combine.dsp
     文件         537  2013-11-13 15:39  Combine.dsw
     文件        1335  2013-11-13 15:39  Combine.h
     文件       48640  2013-11-14 13:08  Combine.opt
     文件        5579  2013-11-14 13:07  Combine.rc
     文件        6095  2013-11-14 11:40  CombineDlg.cpp
     文件        1471  2013-11-14 10:14  CombineDlg.h
     文件        3597  2013-11-13 15:39  ReadMe.txt
     文件         869  2013-11-14 10:14  Resource.h
     文件         209  2013-11-13 15:39  StdAfx.cpp
     文件        1054  2013-11-13 15:39  StdAfx.h
     文件        1078  2013-11-13 15:39  res\Combine.ico
     文件         399  2013-11-13 15:39  res\Combine.rc2

评论

共有 条评论