Compiler
Brief​
A compiler is a program that takes your C++ code and creates an executable out of it. Needless to say that it is quite important to have as a C++ developer.
Installation​
- Windows
- Linux
- Mac
You will find all the explanations you need here (NB: you only need to follow the Prerequisites section).
Then install CMake: go here and download and run the Windows x64 Installer.
Then install CMake: go here and download and run the Windows x64 Installer.
I believe all Linux distributions come with a compiler installed. If not, check out this article (NB: you only need to follow the Prerequisites section).
You should just have to run this command:
If you need more information, you can check out this article (NB: you only need to follow the Prerequisites section).
xcode-select --install