Download C++ & best compiler for WINDOWS os | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Download C++ & best compiler for WINDOWS os

what's the best way to download c++ language and what's the best compiler provide with links please. .. thanks WINDOWS os

31st Jan 2017, 12:47 PM
Amr Monsef
Amr Monsef - avatar
4 Answers
+ 4
there's also Code::Blocks and DevC++ for Windows. is there any benefit in using one of these compilers, or are they somehow all the same when it comes to small beginners projects?
31st Jan 2017, 1:42 PM
Mario L.
Mario L. - avatar
0
Please specify your OS (macOS, Linux, Win).
31st Jan 2017, 12:51 PM
~datell
0
done.. Windows
31st Jan 2017, 12:52 PM
Amr Monsef
Amr Monsef - avatar
0
You cannot "download" C++, you can download a compiler for it. For Win there are twi polular solutions: 1. The UNIX style: Download MinGW (http://www.mingw.org/) and develop using any editor. 2. The Win style: Download Visual Studio and compile your stuff out of the IDE. You get VisualStudio for free from Microsoft's page.
31st Jan 2017, 12:55 PM
~datell