Skip to content

Restaurant ordering system implemented in C++, allowing users to select from a variety of food items, customize options, and view their final order with a total bill. Utilizes classes, vectors, and basic control flow for efficient management of the ordering process.

Notifications You must be signed in to change notification settings

Sahil4757/Restaurant-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Restaurant Ordering System

This C++ program allows users to order food items from a restaurant via a console-based interface.

Features

  • Browse menu options
  • Select food items
  • Customize options (e.g., flavor, quantity)
  • View order summary with total bill

Usage

  1. Compile the source code.
  2. Run the compiled executable.
  3. Follow on-screen prompts to place your order.

Contributing

Contributions are welcome! Feel free to report bugs, suggest improvements, or submit pull requests.

About

Restaurant ordering system implemented in C++, allowing users to select from a variety of food items, customize options, and view their final order with a total bill. Utilizes classes, vectors, and basic control flow for efficient management of the ordering process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages