Re: Book suggestions
Rob Kendrick wrote:
> Hi,
>
> I'm a C programmer of (I'd like to think) intermediate skill and
> experience, able to throw most things together quite happily in C.
> I'd like to get to the point of being able to legitimately use the
> word "expert" on my CV. Does the group have any suggestions for books
> targeted at the intermediate programmer, rather than beginning?
Well, one book that gets tossed around a lot is _C Unleashed_ by
Heathfield, Kirby et al.
Apparently it has been out of print for a few years but both new and
used copies seem to be still available on sites like amazon.com
See the thread titled "C Unleashed" started by Joe Wright.
One another book is _Expert C Programming_ by Peter Van der Linden.
You might also consider books on system programming and programming for
specific systems like Unix, Windows etc. Also you might consider books
like _UNIX Network Programming_ by Stevens. I know these are not about
C per se, but they do use C as their language and illustrate fairly
advanced programming tasks.
> I'm shamed to say I don't even own a copy of K&R - is this essential
> reading?
IMO, yes.
|