The main.cpp file
#include <SFML/Graphics.h>
int main(){
sf::RenderWindow Screen(sf::VideoMode(800,600,32)"Title");
Screen.Display();
system("pause");
return 0;
}
The linkers
-lsfml-window
Its my first program in SFML. I d really like to use SFML if I set it up correctly. Can you please help I d really appreciate it. Thanks.