Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abrehan2/cafe-management-system


https://github.com/abrehan2/cafe-management-system

cplusplus oop-principles

Last synced: 29 days ago
JSON representation

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
└──