top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can anyone share a book to learn C in depth?

+2 votes
497 views
Can anyone share a book to learn C in depth?
posted Oct 1, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

K&R, Second Edition (http://www.powells.com/biblio/2-9780131103627-32)
Often times the best source

Expert C Programming, Deep C Secrets (http://www.powells.com/cgi-bin/biblio?inkey=4-**********-0)
Excellent stories of how professional programmers have been bitten by hard-to-find problems and how you can learn from their efforts.

Advanced Programming in the Unix Environment (http://www.powells.com/biblio/**********)
THE resource for learning how to program for Unix environments; it may be lacking some of the neater new features, but it is one of the best resources for learning details of how to write systems programs.

answer Oct 1, 2013 by Salil Agrawal
do you have soft copy of this?
Unfortunately not, google and see if you can get it.
yes, able to get this.
Can you share the link for the soft copy.
Similar Questions
0 votes

I am looking for a book that will not teach c+, but will teach design patterns and practices such as RAII and etc. Does such a book exist that is recommended? More importantly (though doubtful), does something
like this exist for c+11? I assume that c+11 being as new as it is, there are probably some debates on specific techniques and they may not be as set in stone or evolved as c+03.

...