如何构建 c++超表的节俭库
我是 hypertable 的新手,我需要知道如何构建一个 C++ 客户端库以将 hypertable 集成到我的 cpp 程序中
i am new to hypertable and i need to know how can i build an c++ client library to integrate hypertable in my cpp program
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它已经是用 c++ 编写的。您需要做的就是编译它并作为库链接。
已经有一些如何使用它的示例: https://github.com/nuggetwheat/hypertable/tree
it is already written in c++. All you need to do is to compile it and link as library.
There are already some examples how to use it: https://github.com/nuggetwheat/hypertable/tree