Previously, I simply compiled with g++ on Ubuntu, pulling the compiler using the batch manager:
$ sudo apt-get install g++ $ g++ -o main.a main.cpp Or on Windows using various IDEs, inside of which, as I was told, costs MinGW.
Now I just want, using the internal console in Windows, to compile natively for them themselves. I read about Cygwin and MinGW, I realized that there was something to it, but there were gaps - it’s not at all clear what I need.
Is it possible, in detail, but better to be very simple, to learn about every opportunity to compile under Windows?
g++andgcc. With the same options. Worth MinGW + Qt.D:\Qt\testfile>g++ -o main.exe main.cpp- andy.37