0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
bbroy
  • 1

1 Answers1

0

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

fazo
  • 1,807
  • 12
  • 15