基于开源库tinyxml2,添加函数直接解析xml数据或xml文件

Projection

  • @github:https://github.com/Harley-Jing/myxml
  • @Data : 2019/5/24
  • @Author : Harley
  • @Software: Visual Studio 2015
  • @Extension:Based on open source library tinyxml2

Introduction

添加函数直接解析xml数据或xml文件,我们不需要再去学习tinyxml2库,浪费时间。

Adding functions to parse XML data or XML files directly, we don’t need to learn the tinyxml 2 library any more, which is a waste of time.

注意:
默认为x64,编译时请修改为x86

Default is x64, please change it to x86 at compile time.

你可能感兴趣的:(c/c++)