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 :
The provided example is a simple construction of an integer list.
Cheers
Jean-Marc