Advanced example-driven C book with a lot of code.

Posted by Inso Reiges on Stack Overflow See other posts from Stack Overflow or by Inso Reiges
Published on 2010-05-12T09:31:31Z Indexed on 2010/05/12 9:34 UTC
Read the original article Hit count: 264

Filed under:
|

Hello,

I am looking for a book on advanced C programming that:

  • Teaches how to effectively express one's solution in C when one already knows the language in depth.
  • Shows some common design idioms expressed in C, like encapsulation, modularity and that kind of thing.
  • Is example-driven with a lot of good-quality code.

I already know the language itself so books like otherwise wonderful "Expert C Programming" by Peter van der Linden is not really what i am looking for. What i need is a book on how to express my design in C, what are the common idioms, best practices, etc. I would also like to note that i am primarily interested in C, not C++, C#, Objective-C or any other languages inspired by C-like syntax.

Thank you.

© Stack Overflow or respective owner

Related posts about books

Related posts about c