Does visual studio 2019 fully support C99 standard for C code compilation

PANDEY Manish 21 Reputation points
2021-09-27T09:49:34.993+00:00

Hi Team ,

Wanted to know which standard VS 2019 is following for C .Whether it's fully comptaible with C99 standards for C compilation.
As i am trying to cross compile my C code in windows Visual studio 2019 but getting issues while doing so.
With gcc i am forcing to compile with c99 option which is working in Linux but failing in VS 2019.

Regards
Manish Pandey

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. David Lowndes 4,726 Reputation points
    2021-09-27T11:04:12.65+00:00

    Have you seen this documentation?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.