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.
|
feedback
|
| |||
|
feedback
|
|
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 | |||
|
feedback
|