if (want_to_read_story){
As I said before, I'm a beginner at programming. This was my first (relatively) big project, and I wanted to use accents. I did some research and stumbled upon wstrings, which (in windows) were the thing I wanted. Then when I tried to port it to linux, where wstrings didn't behaved the way I thought they would. There's when I stumbled upon (googling) loads of "use std::wstring for windows, and std::string for linux". Those answers, however, didn't take into consideration SFML, and were for console std::cout.
I know some things may seem obvious to you, but a year ago, I couldn't even print something on screen. I am learning c++ at my own pace, while at the same time doing Computer Science (let me tell you, intel asm is not a bed of roses). My next move is: make a good video, compile it to run on ubuntu 32 and 64 bits, licence it (I'm thinking MIT licence) and upload it to Ubuntu Software Center. If you see my code you will probably see things that can be better (using quadtrees to optimize for example), but I am proud of what I made.
}
Story aside, there wasn't a bug. You can see FRex's code or check the github revision for a solution.