Skill Development Courses Management System
It's an academic project of OOP Lab Final [CSE-160] of 2nd Semester.
You can simply download the zip file of the repository from above or go to terminal and clone it using this:
git clone https://github.com/MH-Rohan-JU/Skill-Dev-Course-Management-SystemOpen the clonned project's directory in your Text Editor and open the terminal. Then use the following command to compile:
g++ *.cppTo run this project in Linux/Mac (Any UNIX based OS) use this command:
./a.outTo run in Windows use this:
.\a.exe