The best advice would be to get to know the language you are programming in very well, many people start without knowing the language and sometimes end up with bad practices or overseeing features that could have made their life easier from the start. Also note that C++ isn't particularly easy to learn, either if you know how to program in another language or if you start from the very bottom, but it certainly pays off in the end. I prefer the language a lot more than Java now that I've taken my time to learn it well.
I don't know if there really is a tutorial that holds your hand through the entire process, and even if there is one it's even more unlikely that you will find one in SFML (A multimedia library that's just beginning to become important in the market, but will become bigger and more important) since it's relatively new in comparison to other projects. So even it there is such a tutorial it might be hard to find, if not nigh impossible.
Also be in to have the need to learn tons of math, it will become necessary depending on what you want.
I will try out the pc ones, but i'm afraid they might not work propely.
If they are from SFML only they will work, else you will have to adapt code and so on. Note that there are many tutorials and articles that are general and can apply to whatever framework you are using for your programming by only adapting them to your programming language.