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.
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.
C99 (previously known as C9X) is an informal name for ISO/IEC 9899:1999, a past version of the C programming language standard.
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.
you may be interested in this summary table
EDIT:
I have found the list of tables created by Scott Meyers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With