Archive for the 'FSM' Category
This article by Dave and Andy gives a short intro on State Machines
Below are links containing implementation of fsm in C/C++
Switch Case based approach,
Table based approach,
FSM Compiler based approach.
GOF based approach.