Compiler for C++
Compiler: A compiler is a computer software that transforms computer code written in one language (the source language) into another programming language (the target language). There are different compilers for C++ language. Some of them are as bellow: GNU Compiler Collection Intel C++ Compiler Clang MinGW Intel Fortran Compiler etc. We are going to use MinGW. So, I will tell you how to download and install MinGW. How to download and install MinGW? Click DOWNLOAD bellow to download MinGW. DOWNLOAD Scroll down and click this button. 2. The following exe file will be downloaded with the name mingw-get-setup.exe 3. Click install 4. Click continue 5. Click continue 6. The following pop-up window will appear. Pleas make sure that you selected all the check-boxes. e.g. mingw32-base , mingw32-gcc=g++ , msys-base and so on. 7. Click on Installation ...