CPP-Grader is a grader for C++ language written in C++.
Clone this repository by running this command.
git clone [email protected]:Autoratch/cpp-grader.gitor Download the zip file instead.
For version 1, 2, and 3, compile and run grader.cpp
For system version, compile and run system.cpp
For testcase generator, compile and run gentestcase.cpp
-Version 1: Run your code with input and check with output from testcase
-Version 2: Generate testcase to test with correct code and your code
-Version 3: Let you configure your file info in text file
-System version: Grade code with all testset in one run, put the system and grader file with your solution code in the testcase folder, run system and just wait
-Testcase generator: Generate testcase, put the gentestcase file in the same folder with testgen(random testcase input gen) and your solution code, run gentestcase and just wait
Autoratch - Krittitee Ratchanan