GITHUB LINK - https://github.com/DevS0ni/Assembly-Line-Simulation-Project
Developed a C++ simulation of an assembly line with multiple stations for processing customer orders. The project demonstrates proficiency in object-oriented programming and modular design.
TechStack Used:
Utilities
for parsing input files and managing display formatting.Station
class for representing assembly line stations.CustomerOrder
module to manage individual customer orders and item filling.CustomerOrder
objects.Workstation
class to represent active stations and fill customer orders.LineManager
to configure and manage the assembly line.This project demonstrates my ability to design and implement complex systems using C++ and showcases my skills in software development and problem-solving.