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

资源简介

C++ 获取INI文件中记录的数据库配置信息(提高篇-实例252).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DatabaseConfigIni.h“
#include “DatabaseConfigIniDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDatabaseConfigIniApp

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

/////////////////////////////////////////////////////////////////////////////
// CDatabaseConfigIniApp construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35832  2013-12-11 12:58  DatabaseConfigIni.aps
     文件        1249  2013-12-11 13:25  DatabaseConfigIni.clw
     文件        2217  2013-12-10 17:10  DatabaseConfigIni.cpp
     文件        4358  2013-12-11 10:37  DatabaseConfigIni.dsp
     文件         557  2013-12-10 17:10  DatabaseConfigIni.dsw
     文件        1445  2013-12-10 17:10  DatabaseConfigIni.h
     文件       48640  2013-12-11 13:25  DatabaseConfigIni.opt
     文件        5437  2013-12-11 12:58  DatabaseConfigIni.rc
     文件        5409  2013-12-11 13:18  DatabaseConfigIniDlg.cpp
     文件        1541  2013-12-11 11:17  DatabaseConfigIniDlg.h
     文件        3777  2013-12-10 17:10  ReadMe.txt
     文件         741  2013-12-11 11:17  Resource.h
     文件         219  2013-12-10 17:10  StdAfx.cpp
     文件        1054  2013-12-10 17:10  StdAfx.h
     文件        1078  2013-12-10 17:10  res\DatabaseConfigIni.ico
     文件         409  2013-12-10 17:10  res\DatabaseConfigIni.rc2

评论

共有 条评论