Possible Duplicate:
Good book on Programming C in Unix environment?
Can you suggest some good books for C programming on Linux?
Can you suggest some good books for C programming on Linux? | |||||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
K&R - The Bible, everyone should read it at least once. C Programming - A Modern Approch - A good companion to K&R Advanced Programming in the Unix Environment - everything you need to know about unix/linux programming | ||||
|
feedback
|
|
Programming in C by Kernighan and ritchie http://www.goldfish.org/books/The%20C%20Programming%20Language%20-%20K&R/kandr.html | |||
|
feedback
|
|
Not especially focused on C programming, but a sum of wisdom for UNIX/Linux programming in C is Eric Raymond's: The ART of UNIX programming. | |||
|
feedback
|
|
For pure C, don't look further than this: http://en.wikipedia.org/wiki/The_C_Programming_Language_(book) Once you've read this one, you'll be set. | |||
|
feedback
|
|
The standard textbook in many universities is Advanced Programming in the Unix environment. | |||
|
feedback
|
|
Search for books on the standard C library, or on POSIX. These will describe the functions available in Linux under C. Also, here is an online book: http://www.cs.cf.ac.uk/Dave/C/ | |||
|
feedback
|
|
| |||
|
feedback
|