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

资源简介

C++ 创建目录(提高篇-实例235).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CreateFolder.h“
#include “CreateFolderDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCreateFolderApp

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

/////////////////////////////////////////////////////////////////////////////
// CCreateFolderApp construction

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

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35864  2013-11-15 13:36  CreateFolder\CreateFolder.aps
     文件        1205  2013-11-15 13:49  CreateFolder\CreateFolder.clw
     文件        2147  2007-05-08 08:48  CreateFolder\CreateFolder.cpp
     文件        4268  2013-11-15 13:49  CreateFolder\CreateFolder.dsp
     文件         547  2007-05-08 08:48  CreateFolder\CreateFolder.dsw
     文件        1390  2007-05-08 08:48  CreateFolder\CreateFolder.h
     文件       48640  2013-11-15 13:49  CreateFolder\CreateFolder.opt
     文件        5337  2013-11-15 13:36  CreateFolder\CreateFolder.rc
     文件        4654  2013-11-15 13:49  CreateFolder\CreateFolderDlg.cpp
     文件        1415  2013-11-15 13:35  CreateFolder\CreateFolderDlg.h
     文件        3687  2007-05-08 08:48  CreateFolder\ReadMe.txt
     文件         782  2007-05-08 08:48  CreateFolder\Resource.h
     文件         214  2007-05-08 08:48  CreateFolder\StdAfx.cpp
     文件        1054  2007-05-08 08:48  CreateFolder\StdAfx.h
     文件        1078  2007-05-08 08:48  CreateFolder\res\CreateFolder.ico
     文件         404  2007-05-08 08:48  CreateFolder\res\CreateFolder.rc2

评论

共有 条评论