Click here to Skip to main content
15,868,016 members
Articles / Programming Languages / Objective C

State Machine Design in C++

Rate me:
Please Sign up or sign in to vote.
4.91/5 (139 votes)
20 Feb 2019CPOL30 min read 423.9K   16.7K   293  
A compact C++ finite state machine (FSM) implementation that's easy to use on embedded and PC-based systems

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a professional software engineer for over 20 years. When not writing code, I enjoy spending time with the family, camping and riding motorcycles around Southern California.

Comments and Discussions