Comments

Log in with itch.io to leave a comment.

how to learn SFML....

(+1)

Well I think there is amazing documentation on their website so I'd start from there.

Though it is also important for you to know a bit of C++, and for that there are also many online tutorials.

Good luck!

So, are there any recommended websites for me to learn programming? I hope they support Chinese. I can’t register for Google from within China, so I can’t access some websites, and I genuinely want a Google account—I hope you can help me with that. Finally, I’d also like to ask what I should learn before studying C++. I sincerely hope to receive your reply.

First of all, hopefully you can access the SFML website (https://www.sfml-dev.org/) as that is where you'll have to eventually download files from. I also think all of the documentation there for SFML is great.

When it comes to C++ I would recommend Youtube tutorials but since that likely requires you to have a Google account, maybe you can start with a book? Personally, I am not much of a reader so I've started by watching video tutorials on Youtube and a lot of trying to do things myself, back when I started around 2019. I've heard many people say they started by reading a book.

And before studying C++, no idea, depends on how much about programming in general do you know? C++ is known for being one of the more difficult languages to learn. Before I started learning it I knew some basics of Python and that is about it.