GetCurrentTry();
IsGameWon();
PrintIntro();
GetCurrentTry();
IsGameWon();
PrintIntro();
Agree with you except for PrintIntro();, which is a non-class function. Might move it into the class later, though?
Thanks for the answer. Actually i’ve created basic class so there is no lone global function in the finished product.