views:

107

answers:

5

Possible Duplicates:
Best book to learn C from the beginning?
The Definitive C Book Guide and List

(Surely this has been asked here before? But I cannot find any question...)

I am an experienced Delphi programmer, but would like to learn C and C++ (good and fun to know, even if I will stick to Delphi). I know what C++ books there are, but I am not as sure about the C books. What book about C programming would you recommend? Since I have virtually no C background, it needs to include the basics, but since I am an experienced programmer already (though not in C), I am not interested in beginner programmer's books.

As usual, only one book per answer please; multiple answers per user are allowed (of course). In addition, please specify if the book is OS neutral, or mainly focused on Windows or Linux (or any other OS) development.

+3  A: 

alt text

The standard is K & R ( after the authors ).

Amazon link: http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

meder
A: 

The standard is usually K & R

BioBuckyBall
A: 

The classic The C Programming Language is a good place to begin imo.

Brian Rasmussen
A: 

While the most common answer (The C Programming Language) is IMO the best, I have heard many people express preference for Programming in C.

wshato
A: 

These are excellent books after or in addition to K & R:

C - A Modern Approach

Deep C Secrets

ennuikiller