Is c++ language different every compiler like in code block with dev | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is c++ language different every compiler like in code block with dev

16th May 2018, 8:07 AM
Si Dingin
Si Dingin - avatar
2 Answers
+ 5
C++ is only an ISO standard for a language with individual compilers being developed to conform to this standard. Not all compilers support all new or older standard features of C++ or even the same standard library. Compilers like MSVC, GCC, and clang (I think at least mostly) support the entire lastest standard (c++17) and some additional experimental features coming in C++20.
16th May 2018, 10:51 AM
Maxwell Anderson
Maxwell Anderson - avatar
0
ok thank you
16th May 2018, 11:05 AM
Si Dingin
Si Dingin - avatar