Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.02 KB

Laundry Management System

Laundry management project using C++

Created by:

  • Soham Sonawane (B18CSE053)
  • Anshu Sahu (B18CSE006)
  • Anshika Vishwakarma (B18CSE007)

About

The goal of the laundry management system is to automate the management of a laundry firm, making it more efficient and error-free. It aims at standardizing data, consolidating data ensuring data integrity and reducing inconsistencies, through the use of a highly computerized process that is stress-free, reliable and quick.

Technologies Used

  • Basic C++
  • Basic C++ file Handling

Requirements

Currently the program uses conio.h for various functionalities.

if you want to run the program on linux shell you can change the line #49 inside the template.h to getchar(); for similar functionality. But it is recommended to run on a windows machine.

How to Run

Compile the main.cpp using

g++ -o main main.cpp

Run the executable on any compatible shell using

./main for linux based shell or main.exe for windows