Can you send me all the info, including compilers, what program i should write C in, and books/webpages that will teach me how to program in C?
Thanks for your help.
Name:
Anonymous2010-01-03 9:53
There are many good books from which you can start learning C. Just make sure you learn the ground-level basics first and then build upon that. K&R's first chapter is probably the best intro to C I've seen, and it's quite a quick read. After the first chapter, learn some I/O (which is quite elegant in C) and just go to town with some scripts while you burn through the rest of the book.
One of the most lovely books I've ever read for C programming was "The Art of Unix Programming." It's not a book that targets C or any specific language, but it has a good amount of C in there and the "Case Studies" are an excellent way to learn a few of the more cryptic areas of C programming. Also, "Expert C Programming" was a great book that contains an extraordinary amount of good tips.