• 0

Which compiler for c++ program


Question

6 answers to this question

Recommended Posts

  • 0
On 18/02/2022 at 04:10, Munyua44 said:

is the MSVC for Windows an open source compiler and would you share the link of where I can download it? Am using windows 10 pro as my operating system.

Microsoft offers a free and open-source C++ compiler, but you don't want that. It takes a true C++ grand master to compile it and use it. Visual Studio and Windows SDK are both free of charge. They come with a C++ compiler. Use those. Get them from visualstudio.com. (By the way, MSVC stands for Microsoft Visual C++.) Visual Studio also supports the free and open-source Clang compiler.

 

Intel offers a more powerful C++ compiler, but to use that, being a C++ grand master isn't enough. You have to be something akin to a masochist too.

  • 0

The compiler is not (as far as I'm aware) but Microsoft's implementation of the STL is, available here: https://github.com/microsoft/STL
You can download Build Tools for Visual Studio 2022 (which includes the compiler) here: https://visualstudio.microsoft.com/downloads/

  • 0
On 18/02/2022 at 03:56, Fleet Command said:

Microsoft offers a free and open-source C++ compiler, but you don't want that. It takes a true C++ grand master to compile it and use it. Visual Studio and Windows SDK are both free of charge. They come with a C++ compiler. Use those. Get them from visualstudio.com. (By the way, MSVC stands for Microsoft Visual C++.) Visual Studio also supports the free and open-source Clang compiler.

 

Intel offers a more powerful C++ compiler, but to use that, being a C++ grand master isn't enough. You have to be something akin to a masochist too.

Yeah. Currently am using the Intel core i7 processor and i think it will be so helpful. Thanks for letting me know about what MSVC stands for. I was thinking it is something from the blues. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.