Which is the best compiler for C++ in Windows 10 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which is the best compiler for C++ in Windows 10

I can't run .exe file on my Windows 10 which are created by C++ dosbox

27th May 2020, 5:45 AM
Mihir Shah
5 Answers
+ 2
Most of the time I prefer GCC with MinGW or some GNU variant, but there are others. If programming an application that will be purely for windows however, I prefer Microsoft C++ with visual studio community edition, but it requires a very large amount of space for an IDE.
27th May 2020, 6:03 AM
ChaoticDawg
ChaoticDawg - avatar
+ 2
Tom Joney (TheCoder) that's why I suggested GCC with MinGW. VS only if pure windows application with no portability.
27th May 2020, 6:08 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
Visual studio its interface is very good .
27th May 2020, 5:52 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
Mihir Shah Code::Blocks , Dev-C++ Hope that two compilers will help you with simple user interface.
28th May 2020, 9:56 AM
Hari Gopal
Hari Gopal - avatar
0
For the complex stuff I recommend Microsoft Visual Studio and for the minor stuff Dev c++.
28th May 2020, 9:33 PM
Xavier K Muneku 🇿🇲
Xavier K Muneku 🇿🇲 - avatar