1
General / Re: Convert user input to integer (SFML 2.0)
« on: May 03, 2015, 09:03:59 pm »sf::String is implicitly convertible to std::string. Then the std::string to int conversion is a trivial thing in C++, that you can easily learn to do with the help of Google.
Thank you! I hadn't realized sf::String was convertible to std::string