B
Barry Schwarz
On Sun, 24 Jun 2007 10:22:43 -0400, Charles Sullivan
snip
It might be even simpler to switch once to an array of unsigned char
and never have to worry about type sizes again.
Remove del for email
snip
Many thanks to all who responded. Your comments have been
very useful.
For those who wondered why I needed long longs:
My app makes extensive use of unsigned long bitmaps and bitwise
logic. Enhancements to the app occasionally require defining new
bit positions and in some cases I'm getting close to running out.
It would be far simpler to switch to unsigned long long than to
reprogram to use multiple unsigned longs.
It might be even simpler to switch once to an array of unsigned char
and never have to worry about type sizes again.
Remove del for email