+ 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.....

3rd Jan 2017, 5:54 PM
abhishek
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.
3rd Jan 2017, 6:00 PM
James Durand
James Durand - avatar
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.
3rd Jan 2017, 6:27 PM
ifl
ifl - avatar