An open API service indexing awesome lists of open source software.

https://github.com/syimleang/assembly_line_simulation

A assembly product line simulation program using C++
https://github.com/syimleang/assembly_line_simulation

cpp oriented-object-programming stl

Last synced: 4 months ago
JSON representation

A assembly product line simulation program using C++

Awesome Lists containing this project

README

        

# Assembly_Line_Simulation

The purpose of this project is to put my C++ Object-Oriented skills into practice by developing a simulation of an assembly line with any number of stations.
The assembly line consists of workstations, each of which holds specific stock items and fills customer orders.
A line manager moves customer orders along the line, filling orders at each station as requested.

![Assembly Line](assemblyline.jpg)