Hello, actually I have two problems but first is not such problematic as second one.
First problem:
On visual 2010 there was possibility to assign string to sf::Text object while defining it:
sf::Text Text("Hello");
Second Problem:
The worst thing is that I can not display text by using
Window.draw(Text);
There are no errors, but text does not appear
Can you help me somehow, thank you