Thanks for the message!
25-Feb-94 16:53:22
Sb: #86593-Thanks for the message!
Fm: Gus Grubba 70673,1605
To: Douglas Holt 76640,2515
Yo,
Remember you're in a 32 bit environment. Your statements:
>> an unsigned int (16 bits)
>> an unsigned long type carries 32 bits.
are off by one left shift. An unsigned int is a 32 bit entity. An unsigned
long is a 64 bit entity. Not that this invalidate anything you say, in fact it
even makes your points stronger. It's just that you're still thinking in a 16
bits world.