有人知道一个好的地址簿实施吗?

发布于 2024-08-14 10:19:52 字数 276 浏览 3 评论 0原文

我希望在我的一个程序中添加地址簿。 为此,我希望拥有一些灵活且可定制的东西,以便允许我将额外的元数据连接到来自第三方的联系人。

只要我得到对我有用的东西,我不介意为解决方案付费。

我的要求:

  1. 优化以在嵌入式设备上运行
  2. 最好以源代码形式 能够
  3. 将我自己的字段添加到联系人中,而不是地址簿提供的开箱即用的
  4. 能力 能够向其中插入“东西”以增强它,而无需过多更改其基本代码
  5. 具有 C 或 C++ 接口

I am looking to add an address book to one of my programs.
For that purpose, I want to have something that is flexible and customizable to the point of allowing me to hook up additional metadata to contacts in it from third parties.

I don't mind paying for a solution as long as I get something that is usable for me.

My requirements:

  1. Optimized to run on embedded devices
  2. Preferably in source code form
  3. Ability to add my own fields to contacts over those the address book provides out of the box
  4. Ability to plugin "stuff" to it to enhance it without changing its base code too much
  5. Has a C or C++ interface

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

離殇 2024-08-21 10:19:52

在这里很难确切地说出你想要什么。

如果您想要某种方式来存储信息,那么您似乎可以很容易地编写一个可以存储此类数据的类。

It is kind of hard to tell exactly what you are wanting here.

If you are wanting some way to store the information, It would seem like you could pretty easily write a class that could store that kind of data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文