bryantaolong / VSCode_Cpp_Configuration

0 stars 0 forks source link

Install MinGW #1

Open bryantaolong opened 1 month ago

bryantaolong commented 1 month ago

Install MinGW for C++ runtime

bryantaolong commented 1 month ago

If you have not install MinGW, you can click this link to download: https://nuwen.net/mingw.html

bryantaolong commented 1 month ago

After download the .exe doc, we have to copy the address we downloaded for MinGW and add a environment variable like "D:\Environment\MinGW\bin".

bryantaolong commented 1 month ago

The next step is open the command window and input g++ --version. If it react sth, you got it.