+ 2
In a c++ project i was supposed to do data file handling in 3 programs and combine them into 1 Its there in my codes Thanks
https://code.sololearn.com/cgcPODf2kNCU/?ref=app https://code.sololearn.com/cuJFgwuKQ2W2/?ref=app https://code.sololearn.com/cuY3blmvPHdl/?ref=app https://code.sololearn.com/cWe80jgDJua3/?ref=app
2 Antworten
+ 5
may I suggest a finite state machine?
here is a tutorial on one such design I found using a search. I have yet to fully read the entire article. But there seems ample information there on the subject to get you going.
https://www.codeproject.com/Articles/1087619/State-Machine-Design-in-Cplusplus
+ 2
Thank You sir. I am sure this will help