Book: Beginning 3D Game Programming by Tom Miller
I bought the book with the same name as the title to this post.
Two things to note:
Some Links:
My Simple Game Code
I have done a little bit of work and have gotten a BASIC asteroids clone done (just a player that can move and shoot (only 4 bullets on the screen at once ATM). There is enough there to strip out the files in the Game Group in Xcode (as long as there is the Game.h and Game.cpp files with the right methods), and replace with whatever you want.
Here is the Game Xcode project
Other Thoughts