hello I am a C++ learner and I want to make games for my projects but actually doesn't know that how to make it?
I'd recommend looking up Lazy Foo's "Beginning Game Programming v2.0" series.
It's written quite well and each chapter has a rather clean source code download which is easy to follow. I still often use them for reference.
There's lots of places that have tutorials on C++, but you might have to look around for one that's written in a way that works for you.
I'd recommend Alex Allain's C++ tutorial series. I like his writing style and really got a lot out of his book; "Jumping into C++", when I was first learning C++.
I hope that helps a bit.
I would recommend SDL, and the most helpful tutorial I found was here:
Full series: https://m.youtube.com/playlist?list=PLhfAbcv9cehhkG7ZQK0nfIGJC_C-wSLrx
It creates a top down RPG, but can be changed. The series ends abruptly, but the knowledge from earlier should help you move on!
Hope this helped!