anon:
I got it working with.auto info = new Info[][](hl, vl); and changing the logic so as not check for the NULL.
That's probably a better and simpler translation. I have tried to translate your original code too much literally.
Bye, bearophile
bearophile via Digitalmars-d-learn Wed, 21 Jan 2015 16:21:07 -0800
anon:
I got it working with.auto info = new Info[][](hl, vl); and changing the logic so as not check for the NULL.
That's probably a better and simpler translation. I have tried to translate your original code too much literally.
Bye, bearophile