PDA

Click to See Complete Forum and Search --> : Post drop?


HarryW
Sep 16th, 2000, 06:49 PM
Try deleting one from 0 post count then, see if it goes negative.

dimava
Sep 16th, 2000, 07:08 PM
I tried that with MEGASOFT123 and the post count still remains at 0

SteveCRM
Sep 24th, 2000, 11:37 AM
I tried too...that would be cool if it did go negative :)

Yonatan
Sep 26th, 2000, 01:20 PM
-1 is many many posts...

If you put -1 (signed 0xFFFFFFFF) in a signed long variable, and copy the memory contents from that variable to an unsigned long variable, you get unsigned 0xFFFFFFFF, which is equal to: 4294967295
How fun is that? :rolleyes:

parksie
Sep 26th, 2000, 01:47 PM
The post count could never hit -1, because it's generated from counting the posts in the DB (I think).