Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrehan2/cafe-management-system
https://github.com/abrehan2/cafe-management-system
cplusplus oop-principles
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrehan2/cafe-management-system
- Owner: abrehan2
- Created: 2023-11-05T04:52:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T15:46:39.000Z (about 1 year ago)
- Last Synced: 2023-11-12T18:37:33.941Z (about 1 year ago)
- Topics: cplusplus, oop-principles
- Language: C++
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cafe Management System
A cafe management system developed in C++ using object-oriented programming principles. Users can view the available menu items, place an order, pay for it, and generate a receipt.
## Project Structure
.
│ └── README.md
│ ├── Cafe management - 1.cpp
| ├── Cafe management - 2.cpp
│ └── Cafe management - 1.o
│ └── Cafe management - 2.o
│ └── Cafe management.dev
| └── Cafe management.exe
| └── Cafe management.layout
| └── Cafe.h
| └── Makefile.win
└──