Does 'D' language supports 'C' like VLA?

via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 13 10:59:21 PDT 2015


On Monday, 13 April 2015 at 17:56:57 UTC, Steven Schveighoffer 
wrote:
> No, just g++ (and i believe this is clang)
>
> -Steve

Clang tracks gcc, but it isn't C++ and therefore not portable:

"Variable length arrays are not currently supported in Visual 
C++."

https://msdn.microsoft.com/en-us/library/zb1574zs.aspx



More information about the Digitalmars-d mailing list