# FOC-FinalProject **Repository Path**: xwen-code/foc-final-project ## Basic Information - **Project Name**: FOC-FinalProject - **Description**: fundamental of c programming 期末作业 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-07 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: C语言 ## README # FOC Project 23F ## Session 1003 Group 12 ### Members: - Hanwen Wang 2030031181 - Yi Zhou 2030024388 - Xiaokun Li 2230016024 - Hanwen Hu 2130001027 ### Codes: - main.c - for the main menu entrance and a default test case - file io to record the courses (save when exit) - course.h - for the stucture definition and prototypes - CountingAPI.c - to get the count of the items - xxxx.c - the place to implement different parts' function - set grades to -1 and GradeItemNames (or CourseCode) to '\0' for null when initaillized - so by checking if grades is -1 or GradeItemNames (or CourseCode) is '\0' to check weather it is empty - course.bin - data stores here ### Distributions: - Part 1: EditCourse: Xiaokun Li, Hanwen Wang - Part 2: EditGrade: Hanwen Wang - Part 3: ExpectedFinalGrade: Hanwen Hu - Part 4: ViewCourses: Yi Zhou - Integration: Hanwen Wang