Google is full of C++ beginners tutorial, aim for Win32 tutorials right away.
SAMS book are good to quickly get the basics (Teach yourself C++ in XXhours/days).
Gamedev.net also has quite a good amount of articles on starting programming in general and game programming.
Most importantly, you will get discouraged and frustrated and first with C++, but you have to keep trying.
I'm far from being a top notch C++ developer and I often hit walls, but I've learned to just tell myself "It's only a matter of time before it works... need to search more".
You actually will be pretty proud of yourself when you first executre that first Hello World program