Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Suggestions for implementing finite state automata in C++

34 views
Skip to first unread message

Paul

unread,
Jan 16, 2016, 7:41:27 PM1/16/16
to
Does anyone have any references on the topic of implementing finite state automata in C++? Thank you.

Paul

K. Frank

unread,
Jan 16, 2016, 9:34:49 PM1/16/16
to
Hi Paul!

On Saturday, January 16, 2016 at 7:41:27 PM UTC-5, Paul wrote:
> Does anyone have any references on the topic of implementing finite state automata in C++? Thank you.

There is lots of stuff.

Samek offers an interesting approach:

http://www.amazon.com/Practical-UML-Statecharts-Event-Driven-Programming/dp/0750687061/

http://www.state-machine.com/

Boost (being boost) offers two (count 'em, two) state-machine
libraries:

http://stackoverflow.com/questions/4275602/boost-statechart-vs-meta-state-machine

Unless you want a lot of the uml "statecharts" overkill,
it's pretty easy to roll your own, for example, along the
lines of Samek's basic implementation ideas (as well as in
many other ways).

> Paul


Happy State-Machine Hacking!


K. Frank

Paul

unread,
Jan 17, 2016, 5:35:46 AM1/17/16
to
Many thanks for these suggestions.

Paul

0 new messages