I was looking at the tutorials and saw the views page.
sf::Vector2f Center(1000, 1000);
sf::Vector2f HalfSize(400, 300);
sf::View View(Center, HalfSize);
View.SetCenter(500, 300);
View.SetHalfSize(200, 100);
The page didn't actually tell me what these mean.
Also, what does the 'f' mean that we usually have to put after number parameters? ie. 4.0f