Non-Initialized Dynamic Arrays Construction
"Nordlöw"
per.nordlow at gmail.com
Mon Feb 24 03:11:42 PST 2014
Is it possible void construct a dynamic array such as b in
int n = 3;
auto b = new float[n];
similar to what we do with static arrays as in
int[3] c = void;
More information about the Digitalmars-d-learn
mailing list