This mini project is COMPUTER SHOP MANAGEMENT SYSTEM developed in C++ using linked list.
- Open Folder in IDE
- Run Project.cpp file in cmd as - g++ Project.cpp
- Hit Enter
You can directly run the program by accessing a.exe file. Simply open it.
This project mainly consists of five functions.
- insert(): in which user can place order for new computers/laptops.
- delete(): which deletes the order added in the insert() function.
- modify(): which helps the user to modify(change) the already placed order.
- order_list(): it gives the receipt for the order placed by customer.
- daily_summary(): it displays the details of all the transactions that are performed on that day.
It is the user-interactive program where the user can view the required display in the console by making use of the simple input
1. Take Computer / Laptop Orders
2. Delete Computer Orders
3. Modify Computer Orders
4. Print Receipt
5. Summary of Total Sales