有人知道一个好的地址簿实施吗?
我希望在我的一个程序中添加地址簿。 为此,我希望拥有一些灵活且可定制的东西,以便允许我将额外的元数据连接到来自第三方的联系人。
只要我得到对我有用的东西,我不介意为解决方案付费。
我的要求:
- 优化以在嵌入式设备上运行
- 最好以源代码形式 能够
- 将我自己的字段添加到联系人中,而不是地址簿提供的开箱即用的
- 能力 能够向其中插入“东西”以增强它,而无需过多更改其基本代码
- 具有 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:
- Optimized to run on embedded devices
- Preferably in source code form
- Ability to add my own fields to contacts over those the address book provides out of the box
- Ability to plugin "stuff" to it to enhance it without changing its base code too much
- Has a C or C++ interface
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里很难确切地说出你想要什么。
如果您想要某种方式来存储信息,那么您似乎可以很容易地编写一个可以存储此类数据的类。
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.