wxFormBuilder / ticpp

This project is obsolete. TinyXML-2 offers a very similar C++ interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiCPP

TiCPP is short for the official name TinyXML++. It is a completely new interface to 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:

About

This project is obsolete. TinyXML-2 offers a very similar C++ interface.

License:MIT License


Languages

Language:C++ 93.4%Language:Lua 4.4%Language:CMake 1.3%Language:C 0.7%Language:Meson 0.1%