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++
- Host: GitHub
- URL: https://github.com/syimleang/assembly_line_simulation
- Owner: SYimleang
- Created: 2023-11-08T06:19:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T10:26:43.000Z (over 1 year ago)
- Last Synced: 2025-01-07T23:19:17.722Z (6 months ago)
- Topics: cpp, oriented-object-programming, stl
- Language: C++
- Homepage:
- Size: 59.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.