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.