資源簡介
markupstl 國外牛人寫的xml編解碼器(平臺:windows,linux等),非常好用
代碼片段和文件信息
//?MarkupSTL.cpp:?implementation?of?the?CMarkupSTL?class.
//
//?Markup?Release?7.3
//?Copyright?(C)?1999-2004?First?objective?Software?Inc.?All?rights?reserved
//?Go?to?www.firstobject.com?for?the?latest?CMarkup?and?EDOM?documentation
//?Use?in?commercial?applications?requires?written?permission
//?This?software?is?provided?“as?is“?with?no?warranty.
#include?“stdafx.h“
#include?
#include?
#include?
#include?“MarkupSTL.h“
using?namespace?std;
//?Customization
#define?x_EOL?“\r\n“?//?can?be?\r\n?or?\n?or?empty
#define?x_EOLLEN?(sizeof(x_EOL)-1)?//?string?length?of?x_EOL
#define?x_ATTRIBQUOTE?“\““?//?can?be?double?or?single?quote
void?CMarkupSTL::operator=(?const?CMarkupSTL&?markup?)
{
m_iPosParent?=?markup.m_iPosParent;
m_iPos?=?m
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-11-14?10:53??MarkupSTL\
?????文件???????51269??2005-06-24?00:49??MarkupSTL\MarkupSTL.cpp
?????文件???????12029??2004-12-04?22:56??MarkupSTL\MarkupSTL.h
評論
共有 條評論