SFML window

C++
sf::RenderWindow window(sf::VideoMode(900,900),"My window");
//VideoMode is an object who tell to the window which size take
Source

Also in C++: