Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 434 Bytes

File metadata and controls

7 lines (5 loc) · 434 Bytes

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