Update 100-installing.md (#4143)

Previously the MinGW-64 link redirected to an error 404 page 
Fixed it to redirect to the overview page
pull/4196/head
Reyhan4j02 1 year ago committed by GitHub
parent 7274d8a54e
commit eccc0302f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/data/roadmaps/cpp/content/101-setting-up/100-installing.md

@ -4,7 +4,7 @@ Before you can start programming in C++, you will need to have a compiler instal
### Windows
For Windows, one popular option is to install the [Microsoft Visual Studio IDE](https://visualstudio.microsoft.com/vs/), which includes the Microsoft Visual C++ compiler.
Alternatively, you can also install the [MinGW-w64](https://mingw-w64.org/doku.php) compiler, which is a Windows port of the GNU Compiler Collection (GCC). To install MinGW-w64, follow these steps:
Alternatively, you can also install the [MinGW-w64](https://mingw-w64.org/) compiler, which is a Windows port of the GNU Compiler Collection (GCC). To install MinGW-w64, follow these steps:
- Download the installer from [here](https://sourceforge.net/projects/mingw-w64/files/).
- Run the installer and select your desired architecture, version, and install location.

Loading…
Cancel
Save