SImple C++ code to D

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 13 13:36:47 PDT 2014


On Sunday, 13 July 2014 at 18:48:01 UTC, Alexandre wrote:
> char image[0x800];

Better use `ubyte[0x800] image` here. `char[]` is only for UTF-8 
strings.


More information about the Digitalmars-d-learn mailing list