• 大小: 15KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签: MarkupSTL  

资源简介

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

评论

共有 条评论

相关资源