c++超表中的 hello world 程序
我找不到一个简单的 hello world 程序,可以将数据插入超表数据库......并且也可以检索......任何人都可以用一个简单的例子来解释吗?
i couldn't find an simple hello world program that inserts data into hypertable database ... and for retrieving too....can any one explain with an simple example??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://code.google.com/p/hypertable/wiki/ ArchitecturalOverview#C++_Client_API 有两个示例:一个用于插入记录,一个用于检索记录。
http://code.google.com/p/hypertable/wiki/ArchitecturalOverview#C++_Client_API has two examples: one to insert records and one to retrieve them.