I have setup the new build system as
{
“cmd”: [“g++.exe”, “-std=c++17”, “${file}”,
“-o”, “${file_base_name}.exe”,
“&&”, “${file_base_name}.exe<inputf.in>outputf.out”],
“shell”:true,
“working_dir”:"$file_path",
“selector”:“source.cpp”
}
and make 3 files
- file.cpp
- inputf.in
- outputf.out
but when i am giving input in the inputf.in file so there is showing that its building but when it finished it shoes no output and i think its not getting the input only
pls help
here is the video link i am facing the issue