Why MSVC still doesn't support C99 features like variable-length array (VLA)?
Why MSVC still doesn't support C99 features like variable-length array (VLA)?
1–2 of 2 posts
Re: Why MSVC still doesn't support C99 features like variable-length array (VLA)?
#2Because it's MSVC++. VLA is not a C++ feature.