Hacker News new | ask | show | jobs
Why MSVC still doesn't support C99 features like variable-length array (VLA)?
5 points by kenarsa 758 days ago
Why MSVC still doesn't support C99 features like variable-length array (VLA)?
1 comments

Because it's MSVC++. VLA is not a C++ feature.