FROM : Jens Alfke
DATE : Mon Jun 16 20:27:04 2008
On 15 Jun '08, at 2:09 PM, Ilan Volow wrote:
> Python's zlib module has crc32
Thanks, but we've already had at least a dozen redundant answers to
this question. How many references to CRC32 implementations and zlib
do we need?
In any case I'm pretty sure the OP was looking for native code, not
Python.
> import zlib
> zlib.crc32("Wish things were this easy in Cocoa")
It _is_ that easy in Cocoa. You just have to add libz to your project
and #include <zlib.h>. As three or four people have already described
in greater detail.
—Jens
DATE : Mon Jun 16 20:27:04 2008
On 15 Jun '08, at 2:09 PM, Ilan Volow wrote:
> Python's zlib module has crc32
Thanks, but we've already had at least a dozen redundant answers to
this question. How many references to CRC32 implementations and zlib
do we need?
In any case I'm pretty sure the OP was looking for native code, not
Python.
> import zlib
> zlib.crc32("Wish things were this easy in Cocoa")
It _is_ that easy in Cocoa. You just have to add libz to your project
and #include <zlib.h>. As three or four people have already described
in greater detail.
—Jens
| Related mails | Author | Date |
|---|---|---|
| Angelo Chen | Jun 14, 06:34 | |
| Graham Cox | Jun 14, 06:39 | |
| Ilan Volow | Jun 14, 13:59 | |
| Jens Alfke | Jun 14, 17:25 | |
| Steven Noyes | Jun 14, 18:55 | |
| Andrew Farmer | Jun 14, 20:30 | |
| Michael Hall | Jun 14, 21:32 | |
| Michael Vannorsdel | Jun 15, 02:04 | |
| Jason Coco | Jun 15, 09:19 | |
| Andreas Mayer | Jun 15, 10:59 | |
| Ilan Volow | Jun 15, 23:09 | |
| Chris Suter | Jun 16, 02:23 | |
| Jens Alfke | Jun 16, 20:27 |






Cocoa mail archive

