Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 258 Bytes

C++ State Machine

Example implementation of a State Machine in C++ to illustrate the State Pattern.

This repo contains the code from this answer on StackOverflow.