saiankit / Mess-Management-System

This is a Mess Management System built using the principles of OOPS in C++ for the course CS F211 - Data Structures and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the portal

  • Make sure you have C++ 17 installed on your machine
  • To run cd into the directory g++ -std=c++17 main.cpp This will create a a.out file in the same repo. To run the a.out file ./a.out This will start the Mess Management portal

About

This is a Mess Management System built using the principles of OOPS in C++ for the course CS F211 - Data Structures and Algorithms


Languages

Language:C++ 100.0%