Litterature recommendation for programming/game development

Started by
2 comments, last by Matt-D 11 years, 9 months ago
Hello!
I recently started programming and have got a bit familiar with C++. I am also new to this community but i'm here to stay :P I was wondering if the programmers out there could recommend me decent litterature about programming (C++, engines/libraries, AI etc.). I have decided to spend about 14 months teaching myself programming/game development before attending a game developing school.

And if you have time I wouldn't mind a guideline (like which books I should pick up after learning my computer language).
Advertisement
As for C++, take a look at these recommendations, pretty well-researched:
http://www.parashift.com/c++-faq-lite/how-to-learn-cpp.html#faq-28.4
http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list

As for C++, take a look at these recommendations, pretty well-researched:
http://www.parashift...p.html#faq-28.4
http://stackoverflow...-guide-and-list


Thx, will look up the books.

Have a new question tho. Is it essential to read several different c++ books when you finished reading one? Or are there books which covers everything?
It is -- see a

[quote name='Matt-D' timestamp='1340814248' post='4953369']
As for C++, take a look at these recommendations, pretty well-researched:
http://www.parashift...p.html#faq-28.4
http://stackoverflow...-guide-and-list


Thx, will look up the books.

Have a new question tho. Is it essential to read several different c++ books when you finished reading one? Or are there books which covers everything?
[/quote]

It is -- look at the first link again! :-)

This topic is closed to new replies.

Advertisement