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

资源简介

C++ 获取INI文件中指定键值下字符串数据(提高篇-实例246).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ProfileString.h“
#include “ProfileStringDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CProfileStringApp

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

/////////////////////////////////////////////////////////////////////////////
// CProfileStringApp construction

CProfileStringApp::C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       40684  2013-11-19 14:13  ProfileString.aps
     文件        1345  2013-11-19 14:23  ProfileString.clw
     文件        2161  2007-08-21 15:46  ProfileString.cpp
     文件        4285  2007-08-21 15:46  ProfileString.dsp
     文件         551  2007-08-21 15:46  ProfileString.dsw
     文件        1401  2007-08-21 15:46  ProfileString.h
     文件      271872  2013-11-19 14:23  ProfileString.opt
     文件        5601  2013-11-19 14:13  ProfileString.rc
     文件        4658  2013-11-19 14:13  ProfileStringDlg.cpp
     文件        1447  2013-11-19 14:13  ProfileStringDlg.h
     文件        3705  2007-08-21 15:46  ReadMe.txt
     文件         967  2013-11-19 14:11  resource.h
     文件         215  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\ProfileString.ico
     文件         405  2007-08-21 15:46  res\ProfileString.rc2

评论

共有 条评论