Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Registration System

GitHub stars GitHub forks GitHub issues Last commit

📑 Table of Contents

📝 Description

A functional course registration system using C.

⚡ Quick Start

# 1. Clone the repository
git clone https://github.com/topCodegeek/plb-course-registration.git

# See the Development Setup section below

📁 Project Structure

.
├── 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

👥 Contributors

Thanks to everyone who has contributed to this project:

topCodegeek

See the full list of contributors →

Releases

Contributors

Languages