0
Question about food ordering system
Can anyone help me how to make a food ordering system that shows all the pending order and the receipt after the payment has been done.
5 Respostas
+ 2
Use queue for ordering. 2d array or dictionary for order/receipt, where key is unique id and value is tuple
+ 1
It depends could you be more specific about what language you are using?
0
I am using C++
0
I have already made the program but the problem is that in the pending order it only shows the last meal that I have ordered and I don't know how to input it into the receipt.
0
"To create a food ordering system, use a database to manage pending orders and generate receipts after payment. Consider a user-friendly interface for easy tracking. For menu inspiration, check out my site—Dairy Queen <a href="https://dairyqueenmenu.net/">Menu</a>—which features a variety of delicious items that could enhance your system!"