Basically I have been programming in csfml and when I try to compile my code it will give me two warnings the first one would be: 'sfMouseWheelEvent' is deprecated [-Wdeprecated-declarations]and the second warning is: deprecated [-Wdeprecated-declarations].
typedef struct CSFML_DEPRECATED I've been trying to execute the programm but it gives me a window which doesn't show up and stops reacting imediatly.