I’m using VS 2010. I have changed the settings for compiler C code instead of C++. It works fine, but the problem is MS compilers don’t supports C99 standard,for this reason I’m looking for a C compiler that can works with VS 10. How to do this? Thanks in advance.
Share
MS visual studio don’t support c99, however they have implemented certain features of c99.
From this Microsoft page, their reply for c99 support:
Question by a user:
Microsoft’s reply: