Implementing a State Machine in C++ HOW?
- by Igal Spector
Dear All,
I'm new to C++.
How can I implement a State Machine in C++ ?
I'm getting only the messages and should know the next state.
What is the proper structure I need to use ?
Thanks, Igal