We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 months ago.
The community reviewed whether to reopen this question 5 months ago and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
快速搜索给了我这个: yaml-cpp
A quick search gave me this: yaml-cpp
尝试使用 BOOSTVault 序列化库中的 YAML 组件。
2014 年编辑:最新进展, https://groups.google.com/d/msg/boost-devel-archive/mhT7qIh1nsI/uXAuXFAWrxQJ
编辑2019:还没有尝试过,但这似乎是一个认真对待: https://github.com/rwols/yaml-archive
编辑2024 年:我为 Boost Serialization 开发了自己的 YAML 序列化存档。
https://gitlab.com/correaa/boost-archive-yml
Try the YAML component from the BOOST vault serialization library.
EDIT 2014: A recent development, https://groups.google.com/d/msg/boost-devel-archive/mhT7qIh1nsI/uXAuXFAWrxQJ
EDIT 2019: Didn't try it yet, but this seems to be a serious take: https://github.com/rwols/yaml-archive
EDIT 2024: I developed my own YAML serialization archive for Boost Serialization.
https://gitlab.com/correaa/boost-archive-yml
我发现了这个,如果您使用它,请告诉我它是如何为您做的,并在可能的情况下发布一些示例,
https://code.google.com/p/google-summer-of-code-2008-boost/downloads/list
更新链接(如2014),它似乎指向与 BOOSTVault 答案相同的文件。
I found this, please if you use it let me know how it did it for you and post some example if possible,
https://code.google.com/p/google-summer-of-code-2008-boost/downloads/list
UPDATED link (as 2014), it seems to point to the same files as the BOOST vault answer.