How can I compile a *.cpp file using *.bat file?
I have a C++ program in test.cpp and some test cases for it namely test.1.in, test.2.in, test.3.in, test.4.in and test.5.in. The answers for these test cases are in test.1.sol, test.2.sol, test.3.sol, test.4.sol and test.5.sol. I want to write a *.bat file that