show/hide this revision's text 2 added 63 characters in body

I totally recommend Brucke Eckel's: Thinking in C++

You can download for FREE at his webpage.

http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

That should help you master C++, from there, you can start reading code from engines, like Ogre3D, that would be a better learning.

Later, you should check out books from GameDev.net, they are really cool. But in my opinion, the articles found in GameDev are outdated.

show/hide this revision's text 1

I totally recommend Brucke Eckel's: Thinking in C++

You can download for FREE at his webpage.

http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

That should help you master C++, from there, you can start reading code from engines, like Ogre3D, that would be a better learning.

Later, you should check out books from GameDev.net, they are really cool.