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

资源简介

C++ 使用CFile类读写文件(提高篇-实例217).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ReadWrite.h“
#include “ReadWriteDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CReadWriteApp

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

/////////////////////////////////////////////////////////////////////////////
// CReadWriteApp construction

CReadWriteApp::CReadWriteApp()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3633  2013-12-20 15:59  ReadMe.txt
     文件       35668  2013-12-20 16:45  ReadWrite.aps
     文件        1196  2013-12-20 16:53  ReadWrite.clw
     文件        2105  2013-12-20 15:59  ReadWrite.cpp
     文件        4217  2013-12-20 16:54  ReadWrite.dsp
     文件         541  2013-12-20 15:59  ReadWrite.dsw
     文件        1357  2013-12-20 15:59  ReadWrite.h
     文件       48640  2013-12-20 16:54  ReadWrite.opt
     文件        5363  2013-12-20 16:45  ReadWrite.rc
     文件        5445  2013-12-20 16:44  ReadWriteDlg.cpp
     文件        1404  2013-12-20 16:44  ReadWriteDlg.h
     文件         825  2013-12-20 16:28  Resource.h
     文件         211  2013-12-20 15:59  StdAfx.cpp
     文件        1054  2013-12-20 15:59  StdAfx.h
     文件        1078  2013-12-20 15:59  res\ReadWrite.ico
     文件         401  2013-12-20 15:59  res\ReadWrite.rc2

评论

共有 条评论