Skip to content

Repository files navigation

Assembly Line Simulator (C++)

NOTE: Backdated commit to reflect original creation date of the code before migration to Git.

This project simulates an assembly line system where customer orders are processed through multiple workstations. It demonstrates advanced C++ concepts including object-oriented programming (OOP), dynamic memory management, file handling, and the use of STL containers like vector and deque.

Key Features

  • Simulated flow of orders through linked workstations
  • Modular design using OOP and inheritance
  • Dynamic memory and resource management
  • Command-line file input and structured parsing
  • STL usage for efficient order handling

Educational Value

This project was developed as part of an academic exercise to showcase deep understanding of C++ and systems design. It emphasizes:

  • Practical use of inheritance and polymorphism
  • Token parsing and utility helpers
  • Real-world simulation of order fulfillment pipelines

About

C++ simulation of an assembly line system using OOP, STL, and dynamic memory management.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages