Just a quick question... How would I go about displaying variables like int, float, double, etc.
This won't work: sf::String Player1Score(iScore, Font, 50);
Is there some separate function for displaying numbers instead of a string of text or do I have to manually convert the integer into a string before displaying it each time?
Thanks in advance.