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

资源简介

C++ 创建文件(提高篇-实例189).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “File.h“
#include “FileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFileApp

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

/////////////////////////////////////////////////////////////////////////////
// CFileApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFileApp object

CFileApp theApp;

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35320  2013-11-07 10:29  File\File.aps
     文件         985  2013-11-07 10:30  File\File.clw
     文件        2035  2013-11-07 10:21  File\File.cpp
     文件        4123  2013-11-07 10:21  File\File.dsp
     文件         531  2013-11-07 10:21  File\File.dsw
     文件        1302  2013-11-07 10:21  File\File.h
     文件       48640  2013-11-07 10:30  File\File.opt
     文件        5115  2013-11-07 10:29  File\File.rc
     文件        4407  2013-11-07 10:29  File\FileDlg.cpp
     文件        1347  2013-11-07 10:22  File\FileDlg.h
     文件        3543  2013-11-07 10:21  File\ReadMe.txt
     文件         682  2013-11-07 10:24  File\Resource.h
     文件         206  2013-11-07 10:21  File\StdAfx.cpp
     文件        1054  2013-11-07 10:21  File\StdAfx.h
     文件        1078  2013-11-07 10:21  File\res\File.ico
     文件         396  2013-11-07 10:21  File\res\File.rc2

评论

共有 条评论