An open API service indexing awesome lists of open source software.

https://github.com/pradeepchegur/basic-cloth-showroom-management-using-oops_cpp

It is a code for basic cloth showroom management which involves OOPS concepts. The code is written in C++ Language.
https://github.com/pradeepchegur/basic-cloth-showroom-management-using-oops_cpp

clothing-shops cpp filesystem oops

Last synced: about 1 year ago
JSON representation

It is a code for basic cloth showroom management which involves OOPS concepts. The code is written in C++ Language.

Awesome Lists containing this project

README

          

# Basic-Cloth-Showroom-Management-using-OOPS_CPP

### Here there are 3 categories of dresses. Those are Male, Female and Childrens.
### All the details are strored in files such as MALE.txt.
### Involvs basic operations such as add, delete and searching dress by its id.

### Run Cloth_showroom.cpp in C++ interpreter.