FSM with templates and pointers [duplicate]
This question already has answers here: C++ circular include (4 answers) When can I use a forward declaration? (13 answers) Closed 13 hours ago. Hi I’m trying to make a FSM Finite State Machine in c++ with pointers and templates. I want to simplify my code and get access to the variable of the State […]
FSM with templates and pointers [duplicate]
This question already has answers here: C++ circular include (4 answers) When can I use a forward declaration? (13 answers) Closed 13 hours ago. Hi I’m trying to make a FSM Finite State Machine in c++ with pointers and templates. I want to simplify my code and get access to the variable of the State […]