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.
- Host: GitHub
- URL: https://github.com/pradeepchegur/basic-cloth-showroom-management-using-oops_cpp
- Owner: pradeepchegur
- Created: 2022-06-10T15:39:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T15:53:28.000Z (about 4 years ago)
- Last Synced: 2025-03-15T09:41:31.869Z (over 1 year ago)
- Topics: clothing-shops, cpp, filesystem, oops
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.