-
Step 1: Install MinGW 6.3 to
C:/MinGW/
, and addC:/MinGW/bin
toPATH
(environment variables). Restart Visual Studio Code to let the changes apply. -
Step 2: Open this repo as the working directory in Visual Studio Code, with the official C/C++ extension installed.
-
Step 3: Press
F5
to start debugging. All.cpp
files will be compiled intooutput.exe
by g++.