简体   繁体   English

C ++ Plist Parser

[英]C++ Plist Parser

Which is the best opensource Plist Parser in C++ that can be installed from the ubuntu repo? 哪个是C ++中最好的开源Plist解析器,可以从ubuntu repo安装?

I have read about libplist++. 我读过有关libplist ++的内容。 But I couldnt find any documentation regarding its usage. 但我找不到任何有关其用法的文档。 Can anyone suggest a good plist parser in C++ that has documentation. 任何人都可以在C ++中建议一个有文档的好的plist解析器。

Ubuntu packages unfortunately have only libplist++. 不幸的是,Ubuntu软件包只有libplist ++。 I don't know why you strongly need a package from ubuntu repo. 我不知道为什么你强烈需要来自ubuntu repo的软件包。 Can't you use GitHub? 你不能用GitHub吗? In my project I used this plist serialization library: https://github.com/animetrics/PlistCpp . 在我的项目中,我使用了这个plist序列化库: https//github.com/animetrics/PlistCpp It has very good examples for getting started. 它有很好的入门示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM