资源简介
VC项目中实现读写XML文件,包中有两个工程启动文件--VC6的.dsp和VS2010的.sln文件。代码中注释详细,包中另附“xml学习笔记.txt”文档,总结了针对xml读写操作的常用函数。

代码片段和文件信息
// Operatexml.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Operatexml.h“
#include “OperatexmlDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COperatexmlApp
BEGIN_MESSAGE_MAP(COperatexmlApp CWinApp)
//{{AFX_MSG_MAP(COperatexmlApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// COperatexmlApp construction
COperatexmlApp::COperatexmlApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only COperatexmlApp object
COperatexmlApp theApp;
/////////////////////////////////////////////////////////////////////////////
// COperatexmlApp initialization
BOOL COperatexmlApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
COperatexmlDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 219652 2012-06-06 13:05 Operatexm
文件 165599 2012-06-06 13:05 Operatexm
文件 37340 2013-12-25 16:21 Operatexm
文件 829 2013-12-25 13:58 Operatexm
文件 1946 2013-12-25 11:49 Operatexm
文件 4231 2013-12-25 11:49 Operatexm
文件 528 2013-12-25 11:49 Operatexm
文件 1368 2013-12-25 11:49 Operatexm
文件 304128 2013-12-25 13:59 Operatexm
文件 49664 2013-12-25 13:59 Operatexm
文件 995 2013-12-25 13:50 Operatexm
文件 4398 2013-12-25 16:21 Operatexm
文件 886 2013-12-25 20:05 Operatexm
..A..H. 13824 2013-12-25 21:39 Operatexm
文件 7853 2013-12-25 19:24 Operatexm
文件 2002 2013-12-25 19:24 Operatexm
文件 143 2013-12-25 13:52 Operatexm
文件 7222 2013-12-26 14:34 Operatexm
文件 1357 2013-12-25 12:16 Operatexm
文件 3651 2013-12-25 11:49 Operatexm
文件 1078 2013-12-25 11:49 Operatexm
文件 402 2013-12-25 11:49 Operatexm
文件 642 2013-12-25 12:09 Operatexm
文件 212 2013-12-25 11:49 Operatexm
文件 1054 2013-12-25 11:49 Operatexm
文件 168 2013-12-25 21:24 Operatexm
文件 4623 2013-12-26 13:53 Operatexm
目录 0 2013-12-26 15:02 Operatexm
目录 0 2013-12-26 15:02 Operatexm
----------- --------- ---------- ----- ----
............此处省略2个文件信息
相关资源
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- VC++实现CMD命令执行与获得返回信息
- VC助手 VC6.0助手
- VC++基于OpenGL模拟的一个3维空间模型
- 基于VC++的SolidWorks二次开发SolidWorks
- VC6 USB开发源码
- VC操作SQLSERVER数据库
- aes加解密(vc源程序)
- vc_串口通讯
- 吕鑫vc6c++数据结构视频源码
- 派克变换VC++源码(附文档)
- 基于opencv漫水填充算法综合
- VC++ 串口
- VC++ 大富翁4_大富翁游戏源码
- MFC的异步网络通讯应用程序
- VC++ 摄像头视频采集与回放源程序
- 转 VC++ 实现电子邮件(Email)发送
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- VC++ 服务程序编写及安装与卸载
- VC++6.0番茄西红柿VAXvirsual assist X完美破
- VC编程助手2010破解版(原名VA_X_10.6.
- 基于改进的fcm算法的图像分割vc++
- VC++6.0 绿色版,免安装,非常好用。
- Microsoft Visual C++ 2005 Redistributable Pack
评论
共有 条评论