tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

Compile Option #38

Closed munawar-shakil closed 5 months ago

munawar-shakil commented 6 years ago

A beautiful package. Actually I want to run Test.cpp like this: g++ Test.cpp -o test && ./test <input.txt>output.txt

input.txt and output.txt are situated in the same directory as Test.cpp.

What should I do to run gcc-make-run with above format? Sorry for bad English. Thanks in advance.

munawar-shakil commented 6 years ago

Ok. I found the solution. Just need to Set run arguments as <input.txt>output.txt