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

资源简介

C++ 将指定目录下文件名列表写入INI文件(提高篇-实例251).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Profile.h“
#include “ProfileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CProfileApp

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

/////////////////////////////////////////////////////////////////////////////
// CProfileApp construction

CProfileApp::CProfileApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35772  2013-11-20 10:39  Profile.aps
     文件        1168  2013-11-20 11:28  Profile.clw
     文件        2077  2013-11-19 15:39  Profile.cpp
     文件        4177  2013-11-19 15:39  Profile.dsp
     文件         537  2013-11-19 15:39  Profile.dsw
     文件        1335  2013-11-19 15:39  Profile.h
     文件       48640  2013-11-20 11:28  Profile.opt
     文件        5401  2013-11-20 10:39  Profile.rc
     文件        5505  2013-11-20 10:59  ProfileDlg.cpp
     文件        1407  2013-11-20 10:39  ProfileDlg.h
     文件        3597  2013-11-19 15:39  ReadMe.txt
     文件         823  2013-11-20 10:36  resource.h
     文件         209  2013-11-19 15:39  StdAfx.cpp
     文件        1054  2013-11-19 15:39  StdAfx.h
     文件        1078  2013-11-19 15:39  res\Profile.ico
     文件         399  2013-11-19 15:39  res\Profile.rc2

评论

共有 条评论