Microsoft Visual C++ compiler is included in the Visual Studio IDE, which offers a comprehensive developer environment. For open source, student, or hobbyist development, VS Community is free!
Ranked in these QuestionsQuestion Ranking
Pros
Pro Included in Visual Studio IDE
Nothing extra to configure or install.
Pro XCopy deployable
To get C++ running on a build machine, just copy the VC bin, and all the headers/libraries you'll need. Then set your PATH, INCLUDE, LIB, and LIBPATH environment variables, and you're ready.
Pro MSVC 2017 supports most C++ standards features
It supports features like C++03/11 Core, C++14 Core, C++17 Core, and C++20 Core language features. For full list of supported features click here.
Pro High quality implementation
MSVC provides a very high quality standard/implementation for free.
Cons
Con Not fully C++ standards compliant, especially olders releases
It still is only partially compliant with these features.
Commonly Compared
Alternative Products
Built By the Slant team
Lustre recommends the best products at their lowest prices – right on Amazon.