c++制作 tar 文件的库

发布于 2024-10-14 11:50:58 字数 1807 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

み青杉依旧 2024-10-21 11:50:58

通过 Google 快速搜索即可发现 Chilkat C/C++ TAR 库。此处提供了其使用示例:Chilkat C++ 示例:创建 TAR 存档

另一个可能的选项是 libtar (但请注意,它是一个 C 库)。

当然,您可以阅读 TAR 文件规范(您需要的所有内容都通过 链接维基百科)并实现您自己的库。看起来有人已经在这里做过了,有可用的来源。

A quick Google search uncovers the Chilkat C/C++ TAR Library. A sample of its use is available here: Chilkat C++ Examples: Create TAR Archive

Another possible option is libtar (note, however, that it is a C library).

And, of course, you could read the TAR file spec (all of what you need is linked through Wikipedia) and implement your own library. It looks like someone has already done that here, with the source available.

挥剑断情 2024-10-21 11:50:58

libtar 有一个用于 GNU tar 的 C API。

libtar has a C API for GNU tar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文