开发者

Is There an Archiving Library Without Dependencies? (C/C++)

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 e开发者_运维技巧ngine and am still iffy about rolling my own.


Take a look at the BSD libarchive


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜