Skip to content

rejantov/Course-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Manager (C++)

This project is a simple console-based course management system written in C++. It was originally developed as a university assignment to practice object-oriented programming and basic data management.

Features

  • Add new courses
  • Search for a course by course code
  • Update course information
  • Display all courses
  • Compare two courses by maximum enrollment
  • Prevent duplicate course codes

Technologies Used

  • C++
  • Object-Oriented Programming (OOP) concepts

How to Run

1. Compile the program

Open your terminal in the project folder and run:

g++ main.cpp course.cpp -o course_manager

2. Run the program

On Linux / macOS: ./course_manager

On Windows: course_manager.exe

Notes

  • The program stores data in memory only (no file saving).
  • Maximum number of courses is limited to 10.
  • Input is handled through the console.

Author

Rejan Toverlani

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages