Topic: "signed int crc32 values..." (page 1 of 1)

1
Author Post
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
what is the signed int crc32 value of 0 becuase apparently its ment to be -186917087 but i seem to get 4108050209, i have tried crc32 and int crc32 and they both give me that same result, is the signed int crc32 value somethign different?????
private message Website
obiwan
groupmastergroupmastergroupmastergroupmaster
This are both the same Vaues
printf("signed: %d, unsigned: %u",0x0F4DBDF21,0x0F4DBDF21);
output:
signed: -186917087, unsigned: 4108050209
private message
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
any idea on how to get them signed in perl????
private message Website

Topic: "signed int crc32 values..." (page 1 of 1)

1