Doing exercise from book, but I'm getting error with splitter

sigod via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 18 18:50:57 PDT 2014


On Monday, 16 June 2014 at 16:49:46 UTC, Andrew Brown wrote:
>    ulong[string] dictionary; // the length property is ulong, 
> not
> uint

Actually length is size_t (uint on x86 and ulong on x64).


More information about the Digitalmars-d-learn mailing list