C++ Compiler

Richard Best 21 Reputation points
2021-02-28T19:00:32.037+00:00

Can someone help me with the download link to latest and powerful compiler for Standard C++. Does Visual Studio C++ support Standard C++ coding. Thank you so much for your incoming answer.

Developer technologies C++
0 comments No comments
{count} votes

Accepted answer
  1. Sam of Simple Samples 5,546 Reputation points
    2021-03-01T15:01:03.44+00:00

    See 0.10 — Configuring your compiler: Compiler extensions | Learn C++. The important part there is the Disable Language Extensions. If you disable the Microsoft extensions then the compiler won't recognize code that is non-standard.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Castorix31 90,521 Reputation points
    2021-02-28T19:06:05.933+00:00

    You can download/test Visual Studio Community : Visual Studio 2019
    and see :
    Microsoft C++ language conformance table
    C++ in Visual Studio

    0 comments No comments

  2. Ahmed Saber 1 Reputation point
    2021-11-13T21:44:48.287+00:00

    Try to download "Dev C++" , It's simple to install and use

    0 comments No comments

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.