Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1011 Bytes

File metadata and controls

34 lines (20 loc) · 1011 Bytes

CPP-Grader

CPP-Grader is a grader for C++ language written in C++.

Installation

Clone this repository by running this command.

git clone git@github.com:Autoratch/cpp-grader.git

or Download the zip file instead.

Usage

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

Project Status

-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

Developer

Autoratch - Krittitee Ratchanan