Integer conversions too pedantic in 64-bit

gölgeliyele usuldan at gmail.com
Tue Feb 15 21:28:08 PST 2011


On 2/15/11 11:33 PM, Nick Sabalausky wrote:
> "Michel Fortin"<michel.fortin at michelf.com>  wrote in message
> news:ijfhkt$1fte$1 at digitalmars.com...
>> On 2011-02-15 22:41:32 -0500, "Nick Sabalausky"<a at a.a>  said:
>>
>>> I like "nint".
>>
>> But is it unsigned or signed? Do we need 'unint' too?
>>
>
> *shrug* Beats me. I can't even remember if size_t is signed or not.
>

size_t is unsigned in C/C++, whereas ssize_t is signed.

I like word/uword as well, but word is too common as a variable name.

What about archint/uarchint ?





More information about the Digitalmars-d mailing list