new T[size] vs .reserve

Mike Parker aldacron at gmail.com
Sat Feb 2 18:51:07 PST 2013


On Sunday, 3 February 2013 at 00:34:48 UTC, Namespace wrote:

> C have also runtime fixed size arrays.

They were added in C99 (variable length arrays, they're called). 
C++, on the other hand, still doesn't have them.


More information about the Digitalmars-d-learn mailing list