Click to See Complete Forum and Search --> : Learning C


korn4266
01-14-2003, 11:24 PM
What is the best place on the internet to download documents for C? Or is buying a book better? If so what is the best book?

goon12
01-15-2003, 12:40 AM
There was a post about this a few days ago right


here (http://www.linuxnewbie.org/forum/showthread.php?s=&threadid=83704)

threadhead
01-15-2003, 06:22 AM
google for tutorials about C.
when you have finished them and you still think programming in C
is great, you should maybe go buy a book.
i recommend this: "the C programming language" second edition.

jetblackz
01-16-2003, 12:19 AM
I think it's called C Primer, or something like that by a foreign guy. I've been looking for this book for age.

Wrox books are the new breed of the best. Forget O'Reilly which is usually outdated a bit. Pick up a Bible if you can't sleep at night. Or you could grab a 21-days or 24-hours for cheap.

ariell
01-17-2003, 04:00 PM
if you're doing OO (C++) get "the C++ programming language" by Bjarne Stroustrup. He's the creator of C++.

Best,
ariell.

jetblackz
01-17-2003, 06:34 PM
That's the guy!