Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dan-and-dna/xml2struct

Convert xml file to hpp; very easy
https://github.com/dan-and-dna/xml2struct

configuration game

Last synced: about 1 month ago
JSON representation

Convert xml file to hpp; very easy

Awesome Lists containing this project

README

        

# xml2struct

deps:
1. none (pugixml is here)

build:
1. cd build;cmake ..;make
2. ./test_pug
3. you will get a "LuckyDrawMeta.hpp"
4. you can use "LuckyDrawMeta.hpp" and its xml(LuckyDraw.xm) in your app