https://github.com/wxFormBuilder/ticpp
This project is obsolete. TinyXML-2 offers a very similar C++ interface.
https://github.com/wxFormBuilder/ticpp
Last synced: 29 days ago
JSON representation
This project is obsolete. TinyXML-2 offers a very similar C++ interface.
- Host: GitHub
- URL: https://github.com/wxFormBuilder/ticpp
- Owner: wxFormBuilder
- License: mit
- Archived: true
- Created: 2015-03-17T15:06:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T15:20:08.000Z (over 3 years ago)
- Last Synced: 2024-05-22T18:15:57.936Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.05 MB
- Stars: 90
- Watchers: 17
- Forks: 34
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-cpp - TinyXML++ - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT] (XML)
- awesome-cpp - TinyXML++ - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT] (XML)
- awesome-cpp - TinyXML++ - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling. [MIT] (XML)
README
# TiCPP
**TiCPP** is short for the official name TinyXML++. It is a completely new interface to [TinyXML](http://www.grinninglizard.com/tinyxml/) that uses MANY of the C++ strengths.
Templates, exceptions, and much better error handling. It is also fully documented in Doxygen. It is really cool because this version lets you interface tiny
the exact same way as before or you can choose to use the new `ticpp` classes. All you need to do is define `TIXML_USE_TICPP`.
It has been tested in VC 6.0, VC 7.0, VC 7.1, VC 8.0, MinGW gcc 3.4.5, and in Linux GNU gcc 3+.
Documentation:
* [Online](http://rawgit.com/wxFormBuilder/ticpp/docs/ticpp.html)
* [Download](http://rawgit.com/wxFormBuilder/ticpp/docs/TinyXMLHelp_v2.5.3.chm)