auto arr = new int[10];

%u asmasm at hotmail.com
Sat Apr 16 05:25:11 PDT 2011


is there any different b/w:
auto arr = new int[10];
and
int[10] arr;
?


More information about the Digitalmars-d-learn mailing list