Hello , everyone!
I wanted to code on Sublime Text 3.
How can I run (input/output) code in Sublime Text 3 ? I downloaded and installed mingw-get-setup , and went to Tools --> Build System --> New Build System... and there I did some changes , but still , I can not work(input) with Sublime Text 3.
Please, help with your advises .
Follow this tutorial and I think, you will be good to go. If you are a windows user, replace the build in the video with this:
{ "cmd": ["g++.exe","-std=c++17", "$$${file}", "-o", "$$${file_base_name}.exe", "&&" , "${file_base_name}.exe<input.txt>output.txt"], "shell":true, "working_dir":"$file_path", "selector":"source.cpp" }