64 bit size_t

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


On 2/17/2014 4:23 PM, evilrat wrote:

>
> but it looks like length is not size_t but ulong in which case you need
> explicit cast from larget to smaller type. check lenght signature

size_t is an alias to ulong on 64-bit. Aliases tend to show up in error 
messages as the underlying type.


More information about the Digitalmars-d-learn mailing list