The title I give it appears, but the weird characters still appear to the left of it when I initalized the object like:
App(sf::VideoMode(ScreenWidth, ScreenHeight, 32),
std::string("Snake"), sf::Style::Close),
I'm using Visual Studio 2010, by the way.