GTXclient C++ API
GTXserver-15.0.3
|
You should first read the introduction to know it.
GTXClient C++ is a C++ wrapper built on top of GTXClient C API. It provides a better memory management (less calls needed to free) and error reporting (they are reported with exceptions).
The API has a main class GTXClient and some other utility classes.
Java and .NET APIs are built ontop of GTXClient C++ API. The API is quite exactly the same than the C++ one and when things are a little different, it should appear in the methods documentation.