Richard Heathfield said:
And I heard from some people that love to send me email that I can get 15%
of $14,000,000 from some guy in Nigeria.
The OP would be better served with K&R2, K N King, or Deitel & Deitel.
From a lurker and newbie to C:
For those who are just starting out I would recommend getting two unrelated
resources. Invariably, if something is not clear in one source, it may
become so in the other. There are also a plethora of resources on the 'net.
Just my $.02.
I took a C class for the first time this fall, and the course was built
around Deitels' C How to Program, 4th edition. Overall, I thought the book
was good, and covered many topics, well. However, I did have a few issues.
One specific was that I thought Deitel was unclear on floating point &
integer values. This is such a key and base componenet to C that I thought
Deitel should have done a more thorough job of explaining it. To help me
with my problem I acquired from the local used book store: Programming in
ANSI C, Revised Edition by Stephan Kotchan (1994 copyright) which, althought
older, I thought did a better job explaining floating point & integer. I
have also used it for other topics, and between the two books, have found
that I can work my way through almost anything...at least at my current,
amature level. I have also found that this particular newsgroup and the
moderated version have been fantastic resources in my little quest to
understand the basics of C.