(Note: I'm soon making a video tutorial play list and I'll edit it in.)
So, now you should have a great idea on how to create basic C++ applications that run through the CMD prompt. Now here's some tutorials on the Win32 API. With the Win32 API you can create GUI applications.
What about tutorials for SDL or SFML. They're pretty useful for basic graphics, windowing and so forth. SDL tutorials at sdltutorials.com. SFML tutorials on the official site http://sfml-dev.org/tutorials/1.6/.
Just a suggestion though - feel free to ignore them if you don't think they're relevant :)