PDA

View Full Version : staring c++


donkeyman
01-13-2007, 08:53 AM
hi, i have been programing for a while now but i am now moving onto c++, mainly beacouse the basic language i no whant handle my new idea. Im gonna buy a book on c++ game programing but there are so many which one to choose. i whant your appinion on wheat book i should buy for starting c++ 3d game programing, I no i whant learnin it in a day i think it even might take me a year +, Books generaly help me learn thing, i have looked at one book that seemes really good that can be found here

http://www.amazon.co.uk/o/ASIN/1932111913/ref=s9_asin_image_1/202-7495190-6454261

it has good comments but dosent say it teaches 3d or c++, can you help me.

SamuraiCrow
01-13-2007, 09:34 AM
Since they recommend another book for beginning C++ programming to be bundled with it I'd say it's probably more advanced than what you're looking for. I'd recommend downloading a free book like How to Think Like a Computer Scientist, C++ version (http://greenteapress.com/thinkcpp/) and then use an online tutorial for 3D stuff, such as Cone3D (http://cone3d.gamedev.net/cgi-bin/index.pl).

dave_
01-13-2007, 09:37 AM
I'd recommend against diving straight into a book like that, I'd say its probably more intermediate then beginner.

Try to use online resources as much as you can, I recommend searching for <subject> beginners tutorial, where subject is the thing you'd like to learn about.

You probably need to do things like get hold of a C++ compiler if you havent already.