This is a Restaurant Management System built in C++. It allows users to:
- Browse food categories
- Select food items
- Manage inventory and stock
- Apply discounts
- Process payments
Designed using functions, loops, arrays, pointers, and other fundamental C++ concepts.
- C++
- Functions
- Loops
- Arrays
- Pointers
β Food Categories & Items β Organized menu with different food types
β Dynamic Pricing β Prices can be updated anytime
β Stock Management β Tracks available stock for each item
β Inventory Management β Ensures items remain available
β Discount System β Applies discounts to specific items or orders
β User-Friendly Interface β Simple console-based interaction
- Download the files from this repository.
- Open Dev-C++ (or any C++ compiler).
- Load the
.cppfile into the compiler. - Compile and Run the program.
- Follow the on-screen instructions to use the restaurant management system.