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
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.
+ 2
Tom Joney (TheCoder) that's why I suggested GCC with MinGW. VS only if pure windows application with no portability.
+ 1
Visual studio its interface is very good .
+ 1
Mihir Shah
Code::Blocks , Dev-C++
Hope that two compilers will help you with simple user interface.
0
For the complex stuff I recommend Microsoft Visual Studio and for the minor stuff Dev c++.