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.
- 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
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