A functional course registration system using C.
# 1. Clone the repository
git clone https://github.com/topCodegeek/plb-course-registration.git
# See the Development Setup section below.
├── MakeFile
├── a.exe
├── course_reg.exe
├── data
│ ├── courses.txt
│ ├── enrollments.txt
│ └── students.txt
├── include
│ ├── admin.h
│ ├── fileio.h
│ ├── models.h
│ └── student.h
└── src
├── admin.c
├── fileio.c
├── main.c
└── student.c
Thanks to everyone who has contributed to this project: