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

资源简介

C++ 从FAT32转换为NTFS(提高篇-实例012).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “NTFS.h“
#include “NTFSDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CNTFSApp

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

/////////////////////////////////////////////////////////////////////////////
// CNTFSApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CNTFSApp object

CNTFSApp theApp;

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       46284  2013-10-25 09:52  NTFS\NTFS.APS
     文件        1029  2013-10-25 09:52  NTFS\NTFS.clw
     文件        2035  2013-10-25 09:12  NTFS\NTFS.cpp
     文件        4188  2013-10-25 09:42  NTFS\NTFS.dsp
     文件         531  2013-10-25 09:12  NTFS\NTFS.dsw
     文件        1302  2013-10-25 09:12  NTFS\NTFS.h
     文件       48640  2013-10-25 09:52  NTFS\NTFS.opt
     文件        5304  2013-10-25 09:52  NTFS\NTFS.rc
     文件        4882  2013-10-25 09:42  NTFS\NTFSDlg.cpp
     文件        1315  2013-10-25 09:18  NTFS\NTFSDlg.h
     文件        3543  2013-10-25 09:12  NTFS\ReadMe.txt
     文件         773  2013-10-25 09:18  NTFS\Resource.h
     文件         206  2013-10-25 09:12  NTFS\StdAfx.cpp
     文件        1054  2013-10-25 09:12  NTFS\StdAfx.h
     文件       10134  2013-10-25 09:15  NTFS\res\disk.ICO
     文件        1078  2013-10-25 09:12  NTFS\res\NTFS.ico
     文件         396  2013-10-25 09:12  NTFS\res\NTFS.rc2

评论

共有 条评论