• C++ Access for YottaDB

    From winfried.bantel@e-ntwicklung.de@21:1/5 to All on Tue Apr 13 11:48:05 2021
    Hello!
    Because i need quite often the C-API for YottaDB which is a little bit tricky i wrote a C++-Wrapper. With this wrapper global-access can be done in an easy c++way using nested indices, i.e.

    _g[1]["foo"] = bar;
    _dummy.kill();
    index = _g[1].nextSibling();

    and so on...

    (Comment: i use the prefix-underscore to "think" ^g or ^dummy, but the caret
    is not a vallid c++-identifier....)
    Have a look at
    https://github.com/informatik-aalen/CPP-Access-for-YottaDB/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)