Ricardo Danza

Results 2 issues of Ricardo Danza

I'm, not too savvy with C++ templates and would like some help with this topic. I would like to print a stribg for example with the state of my SM.

question

``` main() { MyStateMachine::start(); gatherInformation(); dispatcherAndDecisionMakingFunction(MyStateMachine ); } ``` Something like this is what I'd like to accomplish.

question