Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which C++ Compiler complies with the latest C++ standard most

I have been looking for a c++ compiler that is available and complies most with the latest C++ standard.

The latest VS2010 is good but as many said it still doesn't comply with all of the C++ standard.

like image 626
q0987 Avatar asked Aug 11 '11 20:08

q0987


People also ask

What is the most recent C standard?

What is C standard? The latest C standard is ISO/IEC 9899:2018, also known as C17 as the final draft was published in 2018. Before C11, there was C99. The C11 final draft is available here.

Is C99 the latest version of C?

C99 (previously known as C9X) is an informal name for ISO/IEC 9899:1999, a past version of the C programming language standard.

What is the standard C compiler?

ANSI C is now supported by almost all the widely used compilers. GCC and Clang are two major C compilers popular today, both are based on the C11 with updates including changes from later specifications such as C17 and C18.


1 Answers

you may be interested in this summary table

EDIT:

I have found the list of tables created by Scott Meyers

like image 171
relaxxx Avatar answered Sep 30 '22 09:09

relaxxx