Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 649 Bytes

File metadata and controls

22 lines (22 loc) · 649 Bytes

Project Name

Skill Development Courses Management System

About

It's an academic project of OOP Lab Final [CSE-160] of 2nd Semester.

Download

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-System

Compile and Run

Open the clonned project's directory in your Text Editor and open the terminal. Then use the following command to compile:

g++ *.cpp

To run this project in Linux/Mac (Any UNIX based OS) use this command:

./a.out

To run in Windows use this:

.\a.exe