Hey, I'm trying to have the HUD in my game say something like
"You have collected: X items" and with X being the amount of items collected. Is it possible to have and integer in sf::String and be able to increment that number? Like the way printf() does:
printf("You have collected %i items!", x);
Thanks in advance.