Re: Book advice: a step after K&R
On May 11, 12:48 pm, nembo kid <nembo@kid> wrote:
> gert.vier...@gmail.com ha scritto:
>
> > Deep C Secrets - Peter van der Linden
> > C Unleashed - Richard Heathfield
>
> Order matters?
Both books serve a different purpose: the first is a fine read
discussing common pitfalls and issues you might run into when using C
in practice (why pointers are not arrays, linking, etc) and has some
nice examples of true historical C accidents. The latter is a pretty
complete bible discussing a lot of different algorithms implemented
and C and has some good real-life examples with complete programs.
Richard Heathfield is a regular poster on c.l.c. as well, probably
happy to you out with any questions you might have about the
book. (If he's not too busy handling spinoza1111's flames)
|