91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 117KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-11
  • 語言: C/C++
  • 標(biāo)簽: VC??XML??

資源簡介

VC項目中實現(xiàn)讀寫XML文件,包中有兩個工程啟動文件--VC6的.dsp和VS2010的.sln文件。代碼中注釋詳細(xì),包中另附“xml學(xué)習(xí)筆記.txt”文檔,總結(jié)了針對xml讀寫操作的常用函數(shù)。

資源截圖

代碼片段和文件信息

//?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??Operatexml1.2?-?副本\msxml3.tlh

?????文件?????165599??2012-06-06?13:05??Operatexml1.2?-?副本\msxml3.tli

?????文件??????37340??2013-12-25?16:21??Operatexml1.2?-?副本\Operatexml.aps

?????文件????????829??2013-12-25?13:58??Operatexml1.2?-?副本\Operatexml.clw

?????文件???????1946??2013-12-25?11:49??Operatexml1.2?-?副本\Operatexml.cpp

?????文件???????4231??2013-12-25?11:49??Operatexml1.2?-?副本\Operatexml.dsp

?????文件????????528??2013-12-25?11:49??Operatexml1.2?-?副本\Operatexml.dsw

?????文件???????1368??2013-12-25?11:49??Operatexml1.2?-?副本\Operatexml.h

?????文件?????304128??2013-12-25?13:59??Operatexml1.2?-?副本\Operatexml.ncb

?????文件??????49664??2013-12-25?13:59??Operatexml1.2?-?副本\Operatexml.opt

?????文件????????995??2013-12-25?13:50??Operatexml1.2?-?副本\Operatexml.plg

?????文件???????4398??2013-12-25?16:21??Operatexml1.2?-?副本\Operatexml.rc

?????文件????????886??2013-12-25?20:05??Operatexml1.2?-?副本\Operatexml.sln

????..A..H.?????13824??2013-12-25?21:39??Operatexml1.2?-?副本\Operatexml.suo

?????文件???????7853??2013-12-25?19:24??Operatexml1.2?-?副本\Operatexml.vcxproj

?????文件???????2002??2013-12-25?19:24??Operatexml1.2?-?副本\Operatexml.vcxproj.filters

?????文件????????143??2013-12-25?13:52??Operatexml1.2?-?副本\Operatexml.vcxproj.user

?????文件???????7222??2013-12-26?14:34??Operatexml1.2?-?副本\OperatexmlDlg.cpp

?????文件???????1357??2013-12-25?12:16??Operatexml1.2?-?副本\OperatexmlDlg.h

?????文件???????3651??2013-12-25?11:49??Operatexml1.2?-?副本\ReadMe.txt

?????文件???????1078??2013-12-25?11:49??Operatexml1.2?-?副本\res\Operatexml.ico

?????文件????????402??2013-12-25?11:49??Operatexml1.2?-?副本\res\Operatexml.rc2

?????文件????????642??2013-12-25?12:09??Operatexml1.2?-?副本\resource.h

?????文件????????212??2013-12-25?11:49??Operatexml1.2?-?副本\StdAfx.cpp

?????文件???????1054??2013-12-25?11:49??Operatexml1.2?-?副本\StdAfx.h

?????文件????????168??2013-12-25?21:24??Operatexml1.2?-?副本\test.xml

?????文件???????4623??2013-12-26?13:53??Operatexml1.2?-?副本\xml筆記.txt

?????目錄??????????0??2013-12-26?15:02??Operatexml1.2?-?副本\res

?????目錄??????????0??2013-12-26?15:02??Operatexml1.2?-?副本

-----------?---------??----------?-----??----

............此處省略2個文件信息

評論

共有 條評論