MinGW and MSVC compiler differences

   First, MSVC refers to the Microsoft VC compiler, you need to install Microsoft's VS software, if the software is feeling relatively large, you can install visualcppbuildtools_full, but also great Ha!
   Then, MinGW refers to a Minimalist GNU on Windows acronym. It is a freely available and freely distributable Windows specific header files and import libraries using the GNU toolset collection, allows you to generate native Windows programs on GNU / Linux and Windows platforms without the need for third-party C runtime library. Cross-platform type feel better too!

Guess you like

Origin www.cnblogs.com/almn/p/11225511.html