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
4 ответов
+ 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?
0
Please specify your OS (macOS, Linux, Win).
0
done.. Windows
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.