BigInt and >>>

Andre via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Dec 19 01:50:24 PST 2014


Great! Thanks a lot.

Kind regards
André

On Friday, 19 December 2014 at 08:47:50 UTC, bearophile wrote:
> Andre:
>
>> Do you have any idea how to translate the coding correctly?
>
> Try:
>
> i += long(buffer[3]) << 24 >>> 0;
>
> But I also suggest to add parentheses, to make the code less 
> unreadable for humans.
>
> Bye,
> bearophile



More information about the Digitalmars-d-learn mailing list