https://github.com/zyx-0314/cp1-andoks-ordering
The Simulated Andoks Ordering System is a C++ console application that allows users to view a menu, select appetizers and drinks, and review their orders. It offers a simple, user-friendly interface to simulate ordering food and drinks, ideal for practicing basic programming concepts in C++.
https://github.com/zyx-0314/cp1-andoks-ordering
basic-programming cpp school-project
Last synced: 5 months ago
JSON representation
The Simulated Andoks Ordering System is a C++ console application that allows users to view a menu, select appetizers and drinks, and review their orders. It offers a simple, user-friendly interface to simulate ordering food and drinks, ideal for practicing basic programming concepts in C++.
- Host: GitHub
- URL: https://github.com/zyx-0314/cp1-andoks-ordering
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-11-19T04:05:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T05:34:03.000Z (over 1 year ago)
- Last Synced: 2025-10-09T06:07:06.946Z (10 months ago)
- Topics: basic-programming, cpp, school-project
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This project is a **C++ console application** designed to simulate an ordering system for Andoks. It offers functionalities to view a menu, choose from appetizing dishes, order drinks, and review your order.
[](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/6c0a3b1d-d478-4df3-8151-17eb81747827)

---
Table of Contents
---
## Overview
This C++ console application simulates an ordering system for **Andoks**, providing an easy-to-use interface for selecting dishes, drinks, and reviewing orders.
### Key Features
- **Menu Listing:** Displays a categorized menu of dishes, including appetizers and drinks.
- **Ordering System:** Allows users to select multiple items from the menu and add them to their order.
- **Order Review:** Provides a summary of the items ordered before confirming the purchase.
- **Clear and Intuitive Interface:** Ensures seamless interaction with the system.
### Technology

---
## Resources
| Title | Purpose | Link |
|----------------------------|-----------------------------------------------|---------------------------------------------|
| C++ Documentation | Reference for C++ language features | https://cplusplus.com/doc/ |