Severity: Warning
Message: fopen(/tmp/ci_sessiontmc6lfspdci4caf7o9snr0s466dron1c): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.
It is a Restaurant Project in C++ in which you can purchase or sell listed items. If the order is greater than the items left in a restaurant then the order will not place.
Apart from purchase and sell, you can check the details such as-
1. Items left in the restaurant.
2. Items sold.
3. Individual profit of each item
4. Total profit of all items.
Assumptions:
1. It only works on listed data.
2. The price of items is fixed.
Submitted by deepali takyar (dtakyar30)
Download packets of source code on Coders Packet
Comments