Using SFML 1.6
Visual C++
sf::Shape S1 = sf::Shape::Circle(sf::Vector2f(X,Y),sf::Randomizer::Random(2,20),sf::Color::White);
sf::Shape *S2 = new [u]sf::Shape::Circle[/u](sf::Vector2f(X,Y),sf::Randomizer::Random(2,20),sf::Color::White);
The underline is the Error ?