How widely supported is variable type 'long long int' ?

B

Barry Schwarz

On Sun, 24 Jun 2007 10:22:43 -0400, Charles Sullivan

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
 
C

Charles Sullivan

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.

Thanks for the suggestion. However just the thought of all the
recoding that would require makes my brain hurt :)

Regards,
Charles Sullivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top