Environment Setup For C/C++
Follow those three steps:
Download and install MinGW.
Set MinGW on the Environment path.
{
"cmd": ["g++.exe","-std=c++14", "${file}", "-o", "${file_base_name}.exe", "&&" , "${file_base_name}.exeoutputf.in"],
"selector":"source.cpp",
"shell":true,
"w...
merjashourov.hashnode.dev1 min read