+ 2
What is best compiler for c++??
I am searching for a really cool compiler I found visual studio cool but it hangs a lot..so plz give me a name of compiler also Its link plz.....
2 ответов
+ 4
Clang is a really popular choice as is g++. Bear in mind that Visual Studio may be hanging because it's compiling which can take a while for some programs.
0
Depends on the platform, and depends what you call 'best' (ease of use, support of latest standards etc) For efficiency it is usually best to go with the compiler from the hardware (processor/architecture) vendor.