bryanshelbyLT / VScode-CPP-environment

This repository aims to help people who want to set a C++ environment in VScode
0 stars 0 forks source link

Install MinGW for C++ #1

Open bryanshelbyLT opened 2 months ago

bryanshelbyLT commented 2 months ago

https://nuwen.net/mingw.html

bryanshelbyLT commented 2 months 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".

bryanshelbyLT commented 2 months ago

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