Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/cp2-coffee-shop
A basic C++ console application simulating a cafe reservation system. Users can reserve seats, check out, update reservations, and view the current status of the cafe. The system manages a limited number of seats and tracks customer information, including their name and order.
https://github.com/zyx-0314/cp2-coffee-shop
basic-programming cpp school-project
Last synced: 2 days ago
JSON representation
A basic C++ console application simulating a cafe reservation system. Users can reserve seats, check out, update reservations, and view the current status of the cafe. The system manages a limited number of seats and tracks customer information, including their name and order.
- Host: GitHub
- URL: https://github.com/zyx-0314/cp2-coffee-shop
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-11-06T09:56:41.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:07:16.000Z (2 months ago)
- Last Synced: 2024-11-24T05:08:19.598Z (2 months ago)
- Topics: basic-programming, cpp, school-project
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic C++ console application simulating a cafe reservation system.
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/CP2-Coffee-Shop)
---
Table of Contents
---
## Overview
**CP2-Coffee-Shop** is a basic C++ console application that simulates a cafe reservation system. It allows users to manage seat reservations, check-out, update their reservations, and view the current status of the cafe. The system keeps track of a limited number of seats and stores customer information, including their name and order details.
### Key Features
- Seat reservation functionality
- Reservation updates and modifications
- Check-out process for reserved seats
- View of current cafe seating status### Technology
![C++](https://img.shields.io/badge/C++-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
## Resources
| Title | Purpose | Link |
|----------------------------|-----------------------------------------------|---------------------------------------------|
| C++ Documentation | Reference for C++ language features | https://cplusplus.com/doc/ |
| Console Applications in C++| Guide to building console apps in C++ | https://www.learncpp.com/ |