Hi all,

C++ users could be interested in this first "quick and dirty" version of a C++ API for BaseX, located at https://github.com/JohnLeM/BaseXCPPAPI. Even if this v0.0 version is built upon Visual C++ 2012 Express, the C++ code should be multi platform. Hence, if there is any C++ / Unix / gcc BaseX users, do not hesitate to ask for a make file.

To BaseX team : you could also be interested to including a cleaner version of this work to your API set for your C++ clients.

This API is built upon :

- boost::asio libray for the TCP connector (http://www.boost.org/)
- PugiXML (https://code.google.com/p/pugixml/) for a lightweight C++ parser with XPATH 1.0 support.

The provided example is a simple construction of an integer list.

Cheers

Jean-Marc