A question regarding non-decimal integers, signedness and QB compatibility.

by rpgfan3233 (Login rpgfan3233)
R

All integers are signed in QB, but I see that you have done 2147483648 through 4294967295, which are the unsigned values of the constants &H80000000 through &HFFFFFFFF.

Your post seems to use the unsigned values, so I'm just wondering whether such values default to a signed __int64 or an unsigned __int64?

Thank you for fixing so much so quickly!

------------------
Waiting patiently for Windows 7, XHTML 2.0, CSS 3.0, PHP 6.0, the ratification of C++0x, and the day that I can code without logic troubles.

Posted on Apr 9, 2008, 6:34 PM
from IP address 12.208.126.190

Respond to this message   

Return to Index


Response TitleAuthor and Date
The bug isn't so simple to explain... on Apr 10
 Thanks for the extra info!rpgfan3233 on Apr 10