←back to thread

218 points signa11 | 1 comments | | HN request time: 0s | source
Show context
akdev1l ◴[] No.43680726[source]
> Microsoft has unfortunately chosen to neglect C for a long time, its compilers dragging far behind the rest of the pack.

Is this still true? MSVC is pretty good at compiling C++ nowadays

replies(6): >>43680811 #>>43680812 #>>43680819 #>>43681047 #>>43681159 #>>43681236 #
1. shakna ◴[] No.43681047[source]
For C (not C++), MSVC got C17 in 2020, apart from VLAs - which are never planned. No real roadmap for if/when it will get C23 - which is not just fully implemented in GCC, but the default used standard.