Good programming books?

Started by
10 comments, last by jameslittiebrant 20 years, 10 months ago
quote:Original post by xxx_shinobi
C Programming Language (2nd Edition)

written by the original developers of the language
Brian W. Kernighan, Dennis Ritchie, Dennis M. Ritchie.

This book is like a bible for every C programmer.
MUST MUST MUST


Correctt.

And to the OP:

I agree with the earlier recommendation on "C++ Primer" by Lippman. It''s an excellent book.

Another all time classic is "The C++ Programming Language" by Bjarne Stroustrup.

I don''t think that you generally can tell whether a book is great or not based on publisher etc. BUT personally I don''t really like those "Learn XX in XX days/hours"-books. They don''t seem very thorough, and they pretend that complex stuff (like C++) can be learnt in f.ex. 21 days. YUCK.

I''m not to fond of the "Dummies" books either. And I hate those books which try to be really cool by using teen slang and stuff like that. YUCK AGAIN.

A good book is succint, terse and to the point. For a beginner a not too steep learning curve is good as well.

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction.
"We confess our little faults to persuade people that we have no large ones." -Francois de La Rochefoucauld (1613 - 1680). | My blog
Advertisement
Heres a link to Sams "Teach Yourself C++ In 21 Days":
http://newdata.box.sk/bx/c/index.htm

Bruce Eckel has written some programming books on C++ and Java which are available for free here:
http://mindview.net/Books/DownloadSites

If your thinking of using OpenGL then have a look at these,
OGL Blue Book:
http://www.frii.com/~martz/oglfaq/

OGL Red Book:
http://fly.cc.fer.hr/~unreal/theredbook/

another good site is Programmers-Unlimited as has already been mentioned

This topic is closed to new replies.

Advertisement