Skip to content

fizaashaikh/Computer-Store-Management

Repository files navigation

Computer-Store-Management

Mini Project - Using Singly Linked List in C++

This mini project is COMPUTER SHOP MANAGEMENT SYSTEM developed in C++ using linked list.

 


How to Run?

  1. Open Folder in IDE
  2. Run Project.cpp file in cmd as - g++ Project.cpp
  3. Hit Enter

How to Run

You can directly run the program by accessing a.exe file. Simply open it.


Working

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


Features:

 

1. Take Computer / Laptop Orders

Take Order

 

2. Delete Computer Orders

Delete Order

 

3. Modify Computer Orders

Modify Order

 

4. Print Receipt

Print Receipt

 

5. Summary of Total Sales

Total Summary


About

Project - Based on Singly Linked List in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages