Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 275 Bytes

Seat Planner

Seat Planner project for allotting seats for any test.

This project includes 3 files: seat_classes.h, seat_functions.cpp, seat_main.cpp

Use Makefile to run this program

  1. To run: $ make

  2. To remove executable and output files: $ make clean