Skip to content

PAaronF/SYSC4001_A3P2

Repository files navigation

Assignment3Part2 version 1.0 2025/11/23

----=== Usage Notes ===----

You can update the number of TA's by changing the value found in num_of_TA.txt i.e. 2

To update the max lines the rubric is navigate to rubric_shared.h and change the value after MAX_RUBRIC to your desired max #define MAX_RUBRIC 10

You can manually change the rubric.txt file by navigating to it and adding/removing/changing any line as long as it follows the format NUMBER,ANSWER

To update the max length of the student ID navigate to rubric_shared.h and change the value after MAX_RUBRIC to your desired max #define MAX_STUDENT_ID 8

You can add any new exams to the exams folder, ensure the exams are in numerical order and the final exam has the student ID 9999 currently exam20 contains this student ID, you will have to change this in order to add more exams.

----=== Compilation Notes ===----

To compile run the following commands in your linux terminal while in the folder location gcc -o TA TA_101299202_101294988.c gcc -o main main_101299202_101294988.c

----=== Running Notes ===----

To run the program type the following commands in your linux terminal while in the folder location ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages