是否有一个没有依赖关系的归档库? (C/C++)
嘿,我正在寻找一个功能类似于 GNU tar 的归档库,但没有任何依赖项。我需要某种存档格式来管理我的游戏引擎中的资源,但我仍然不确定是否要推出自己的存档格式。
Hey, I'm looking for an archiving library that functions like GNU's tar, but without any dependencies. I need some sort of archiving format to manage resources in my game engine and am still iffy about rolling my own.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 BSD libarchive
Take a look at the BSD libarchive
你的意思是..文件?如果是的话我不明白 tar 有什么问题?
如果您的意思是您的数据结构(我看到问题被标记为 C++),请尝试 boost::序列化
You mean for.. files? If yes I don't understand what's wrong with tar?
If you mean for your data structures (I see the question is tagged as C++) then try boost::serialization