使用 Objective-C 压缩东西
我正在使用 GNUstep 学习 Objective-C(因为我使用 Linux)。我正在考虑创建一个简单的拉链应用程序只是为了练习,但是我如何在哪里找到构建它的教程? Objective-C 中用于此操作的通用库是哪个?谢谢。
I'm learning Objective-C using GNUstep(because I use Linux). I was thinking in create a simple zipper application only to practice, but how where i can find a tutorial to build it? and which is the common library used to this things in Objective-C? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想创建一个模仿 gzip 的应用程序,那么最好使用的库可能是 zlib
尽管这纯粹是一个c 实施。另请参阅此处:objective-c 文件压缩< /a>
If your want to create an application that mimics gzip probably the best library to use is zlib
although this is a purely c implementation. Also see here: objective-c file compression