Change representation of dynamic arrays?

Janice Caron caron800 at googlemail.com
Sat Oct 20 00:10:50 PDT 2007


On 10/20/07, Daniel Keep <daniel.keep.lists at gmail.com> wrote:
> tst.end   = str.start + ((str.end-str.start)-e)*wchar.sizeof;

tst.end = str.end - e*wchar.sizeof;



More information about the Digitalmars-d mailing list