Here is a bunch of C++ video tutorials:
http://xoax.net/comp/cpp/console/index.php
They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0.php
Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9.php
http://xoax.net/comp/cpp/console/Lesson23.php
http://xoax.net/comp/cpp/console/Lesson29.php
These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.php
That should give you everyhting you need and then some. Start at the beginning and if you have questions on them or anything else in C++, please post to me here:
http://xoax.net/forum/
Enjoy!