I disagree with the "forget about games" statement that people have been saying. You probably want to forget about graphics and sound and other more difficult topics, but it''s not too hard to write a really simple game (like rock scissors paper or blackjack) or even a basic text RPG, strategy or adventure game after learning some of the absolute basics of programming. You should forget about that MMORPG you want to make however
(not that you neccesarily want to do that, it''s just a trend among newbies now a days to have the desire to make a "killer MMORPG".)
Years ago I learned C from "C for Dummies" you may want to check out that series or C++ for dummies. The books are easy to understand and entertaining to read as well. The Bjarne Stroustrop book is probably the best (at least the most in depth) C++ book out there, but I''m not sure how good of a learning guide it is, I think it''s much better as a reference for someone that already knows the basics of programming and C++. I need to check out that "Learn C++ in 10 minutes" book, I was joking about writing a book like that with a friend a while back (I think it was something like "Learn D3D in 10 minutes"), so it''s pretty funny that it actually exists.