1
So I've been trying to figure out how to make a main menu in SFML 2.0 c++. I'm new at programming with it (only been using it for about a month now) and I'm now trying to make a game which is very important to have a main menu in. I'm not sure whether I should just use bool variables or whether I should be doing something else ( I've tried with the bool variables and wasn't able to get it to work). Thank you for your time!