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

资源简介

C++ 用C语言判断文件是否存在(提高篇-实例213).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “IsExist.h“
#include “IsExistDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CIsExistApp

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

/////////////////////////////////////////////////////////////////////////////
// CIsExistApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CIsExistApp object

CIsExist

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20992  2013-11-11 13:45  IsExist.aps
     文件        1243  2013-11-11 13:49  IsExist.clw
     文件        2077  2013-11-09 16:45  IsExist.cpp
     文件        4177  2013-11-09 16:45  IsExist.dsp
     文件         537  2013-11-09 16:45  IsExist.dsw
     文件        1335  2013-11-09 16:45  IsExist.h
     文件       48640  2013-11-11 13:49  IsExist.opt
     文件        5436  2013-11-11 13:34  IsExist.rc
     文件        5193  2013-11-11 13:32  IsExistDlg.cpp
     文件        1387  2013-11-11 13:07  IsExistDlg.h
     文件        3597  2013-11-09 16:45  ReadMe.txt
     文件         823  2013-11-11 13:21  Resource.h
     文件         209  2013-11-09 16:45  StdAfx.cpp
     文件        1054  2013-11-09 16:45  StdAfx.h
     文件        1078  2013-11-09 16:45  res\IsExist.ico
     文件         399  2013-11-09 16:45  res\IsExist.rc2

评论

共有 条评论