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

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,627 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
943 questions
0 comments No comments
{count} votes

1 answer

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

    Have you seen this documentation?