which compiler is best for the c/c++ programming and how to install it ...???
1
Expert's answer
2013-12-19T08:44:21-0500
Sufficiently good compiler "GCC/g++". License: GNU GPL, GNU LGPL for libraries. The most popular, support for multiple operating systems. Support for C + +11 is currently the best among all compilers and has a good debugger.
To install, go to the website https://www.mingw.org/ go to the download section and download the file Download mingw-get-setup.exe (86.5 kB). Field of this file and run through the installation process by selecting the desired sections.
Comments
Leave a comment