64 bit size_t

Mike Parker aldacron at gmail.com
Sun Feb 16 23:35:11 PST 2014


On 2/17/2014 4:15 PM, Steve Teale wrote:

> parent is just a straightforward array
>
> What is size_t for 64 bit?
>

It's ulong on 64-bit and uint on 32. size_t and ptrdiff_t are defined as 
aliases in object.d.


More information about the Digitalmars-d-learn mailing list