views:

666

answers:

6

Are there any good and free C++ Game Programming eBooks for beginners? A PDF would be the best format.

+8  A: 

Check out Gamedev.net they are a real treasure trove of game development.

dicroce
A: 

This tutorial series shows you how to create an old school shoot'em'up with C++ and SDL.

Phyxx
Is the code yours?
Secko
A: 

If you're learning SDL I highly recommend this one: Lazy Foo

TheMagician
A: 

Here's the OpenGl tutorial I recommend. Remember when modelling animals natural anatomies for instance some creatures have anatomies both forward and backward, look at a fourlegged creature and half knees often are opposite directions, front legs backward knees, backlegs forward knees.

LarsOn
Uhhh...say what?
Drew Hall
eventdriven is the name and most difficult is natural representations for instance a polar bear or a unicorn or horse, all knees don't go same way which is what your tech manual didn't say
LarsOn
A: 

Try, Scribd!

Secko
+1  A: 

Take a look at this question (Particularly the highest-voted answer): http://stackoverflow.com/q/194812/289380

It has a huge list of free programming resources (Including some C resources).

Biosci3c