Unrelated to here - but in general, I have got the impression, there are a lot of C++ beginners starting with SFML. Some have really bad knowledge of the programming language (but not only beginners - even people who claim to have been programmers for 25 years) and are totally overwhelmed. In this respect, I can understand that some people are confused by the tutorials. However, basic C++ knowledge should be required in order to work effieciently with a library like SFML. The people, who decide to take the "fast" way, recognize soon that they've miscalculated the situation.
@ Balder:
SFML is a quite young framework, whereas SDL has been existing for more than 10 years. So, just be a little bit patient, there will be books.
At the moment, a book wouldn't make much sense, because the library is in steady progress. Things change all the time - before a new book is released, it's already outdated. sfml-dev.org is the most up to date source you can have.
I agree with Tank, SFML's documentation is really valuable. Especially the tutorials explain a lot of things in a clear way. Additionally, there is this forum where Laurent, the library developper himself, spends a lot of time to help the users (I don't know how often he has been answering the question how to link SFML yet). That's not to be taken for granted, either.