Need support to build ISO C++03 standard in Visual Studio 2017.

Hong, Juyeon 1 Reputation point
2021-09-21T12:03:10.867+00:00

My current project strictly requires building ISO C++03 standard due to safety restriction.
I am currently using in Visual Studio 2017, but the property shows only /std:c++14, /std:c++17 only.
How can I compile and build to ISO C++03 standard on VS2017?
I need to meet MISRA standards for c++ which is only c++03, have been struggling pretty long but yet haven't found out solution.

Thank you.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,620 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
970 questions
{count} votes