DMD32 vs DMD64 array.length

Dejan Lekic dejan.lekic at gmail.com
Thu Nov 10 07:19:43 PST 2011


Andrea Fontana wrote:

> Some functions (for example array length) return ulong on dmd64 e uint
> on dmd32
> I need to compile on both platform: which is the right/best/clean way?

Andrea, use the size_t type.


More information about the Digitalmars-d mailing list