I have just installed sublime editor for first time and making an setup for C++ .i have made an bulid but when i run my cpp file my bulid is not visible
{
"cmd": ["g++.exe", "-std=c++17", "${file}",
"-o", "${file_base_name}.exe",
"&&", "${file_base_name}.exe<input.txt>outputxt.out"],
"shell":true,
"working_dir":"$file_path",
"selector":"source.cpp"
}