Re: C Books and algorithm books
- From: Nick Keighley <nick_keighley_nospam@xxxxxxxxxxx>
- Date: Mon, 14 Apr 2008 02:15:35 -0700 (PDT)
On 12 Apr, 17:02, Eric Sosman <esos...@xxxxxxxxxxxxxxxxxxxx> wrote:
istillsh...@xxxxxxxxx wrote:
great bookQuestions for the major contributors to comp.lang.c.
What C books do you have?
"The C Programming Language," Kernighan and Ritchie (original)
"C: A Reference Manual," Harbison and Steelegreat book. I think it is better for the standard library
than K&R and I've heard the latest edition a good reference for
C99 (if you are interested in it).
"C Traps and Pitfalls," Koenignever got on with this.
"The Standard C Library," Plaugergreat book! Not only does it document the library and
provide you with an implementation but it also guides
you through the design of a C library.
Lots of stuff on writing portable C.
What C books have you read?
As above.
Which algorithm book is your favorite?
"The Art of Computer Programming," Knuth
If you want more of a recipe book (less theory)
try Sedgewick
What resources that you find particularly useful, beside comp.lang.c
and its FAQ?
http://www.dinkumware.com/manuals/
The wide world and all therein. (Really, the question
is too broad to admit of a useful answer.)
I ask the above questions mainly to see what I lack. And the answer
may help other newbies as well by letting people know what "weapons"
have been proved to be useful. I might have asked too many questions
these days, but I promise I will reduce them to less than 2 daily from
now on.
Learn Lisp. You may not use it much, but it will improve
your use of other programming languages.
--
Nick Keighley
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare
.
- References:
- C Books and algorithm books
- From: istillshine
- Re: C Books and algorithm books
- From: Eric Sosman
- C Books and algorithm books
- Prev by Date: Re: How do I create a function in my library for passing user callback function
- Next by Date: Re: [OT] Re: C Books and algorithm books
- Previous by thread: Re: C Books and algorithm books
- Next by thread: Re: C Books and algorithm books
- Index(es):
Relevant Pages
|
|