Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C++ Access for YottaDB

74 views
Skip to first unread message

winfrie...@e-ntwicklung.de

unread,
Apr 13, 2021, 2:48:06 PM4/13/21
to
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/
0 new messages