kamosevoyan / Turing-Machine

Turing Machine implementation
0 stars 0 forks source link

Direct output from class #1

Open vmartirosyan opened 2 years ago

vmartirosyan commented 2 years ago

It's a lack of architecture to print messages directly from modules/classes. Organize a proper way of communication between the main() module and the classes.

https://github.com/kamosevoyan/Turing-Machine/blob/07e5874bb1946dc594559382577b930d38068699/src/TuringMachine.cpp#L274

https://github.com/kamosevoyan/Turing-Machine/blob/main/src/TuringMachine.cpp#L181

kamosevoyan commented 2 years ago

I'm sorry to react so late. I've corrected the issue.