killbotXD / LaundryManagmentSys

Laundry management project using cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laundry management project using cpp


Languages

Language:C++ 100.0%