Books

Discussion about everything. New games, 3d math, development tips...
Post Reply
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Books

Post by VeneX »

I am plannig to read a (or some) book(s).
My question is, does someone know good books?
I found one called C++ for Game Programmers written by Noel Llopis.
But maybe this isn't for DirectX.
Some points which the books should learn me: C++ and DirectX (9.0)
And maybe physics and AI.
I know there are few books in Dutch, but maybe some Dutch users of this forum know a good book :)
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

I don't know any good Dutch books but for C++ I can advice you these great, free English books: http://www.mindview.net/Books/TICPP/Thi ... CPP2e.html.
They cover almost every aspect of C++ in clear language. Volume 1 is a very good introduction, while Volume 2 covers the more advanced topics.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Cairon
Posts: 40
Joined: Sun Apr 11, 2004 12:52 am
Contact:

Post by Cairon »

I've got a book "Tricks of the windows game programming gurus" second edition by André LaMothe which is very good i think. Its about game programming, ai, physics and directx :-)

So it should be the book you search for :D
ISBN: 0-672-32369-9
Arena of Honor: http://aoh.arturh.com
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

For Physics, the best book out there, IMO, is -

Physics for Game Developers - Published by O'Reilly and written by David M. Bourg

I also have that book by LaMothe, it's great. Really good Math Tutorial in it as well.

As far as C++ goes, Bruce Eckels', Thinking in C++ 2nd Edition, Volume 1 and 2 are here ( free on the web ) -

http://www.mindview.net/Books/TICPP/Thi ... CPP2e.html
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

Spintz >> that is one bal was posting :wink:
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

oops ;)
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

Thanks, I'm going to take a look
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
digfarenough
Posts: 39
Joined: Sat Oct 30, 2004 4:35 pm
Location: Boston, MA
Contact:

Post by digfarenough »

I don't know how many share my opinion, but I've really only bought one book on programming and, in retrospect, it was a waste of money.. I've never seen a book on this subject worth buying for 2 reasons:

1. software changes so quickly any book is out of date not long after you buy it.. then again, maybe directx 4 will come back in style and my book will be useful again

2. there are many excellent tutorials on the web on most subjects you could want to know, and a public library could easily fill in any missing details (at least in the US, I've no idea what libraries are like in other countries.. well, I've some idea: I bet they have books and possibly walls:))

I've heard good things about that lamothe book, but still.. I don't think it's worth it.. I can't think of a single topic relating to game programming that a book could teach that isn't already explained on the web
Last edited by digfarenough on Wed Jan 05, 2005 1:25 am, edited 1 time in total.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

The advantages to some books, is that the information is well organized, and covers multiple topics, so it's worth spending the money on. I agree with you on the internet as the best programming tool/reference. My greatest utility at work is and has been for a long time, Google. However, some things are hard to find or aren't explained as well as some books, such as the LaMothe books as well as the Physics for Game Developers, IMO, they really are great books.
digfarenough
Posts: 39
Joined: Sat Oct 30, 2004 4:35 pm
Location: Boston, MA
Contact:

Post by digfarenough »

yeah, that's true.. money spent on books isn't money spent on information as much as it is money spent on clarity: something often lacking in web resources, but I find they're getting better and better

I've never seen the physics for game developers book, but it does indeed sound like a subject that is well suited for such a book.. physics in textbooks is always explained so poorly (it's almost like the authors have forgotten the time they spent as students)

I think my opinion mostly stems from the fact that I just can't bring myself to pay money for something that, with a little effort, I could get for free (to quote seinfeld:))
cartoonit
Posts: 286
Joined: Mon Nov 15, 2004 6:36 pm

Post by cartoonit »

The LaMothe books are very good :D
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

get Visual C++ .Net Deluxe learning edition from microsoft press; you get both a great book (Visual C++ .Net step by step) and the standard edition of their C++ .net 2003 compiler for about US$90.

Not only do you get a good reference book but also a very good compiler to work with Irrlicht.

look for it in Amazon.

cheers!
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

I have already got the compiler.
You can say books are out of date very fast, but if you don't know a damn thing about these subjects, it is easy to learn from a book. When you get the point it is easy(er) to 'update your known version'.
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Post Reply