[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: A good book on C Programming?



C:

Learning
As others have pointed out, K&R.

Avoid common pitfalls:
Summit: C Programming FAQs (Addison Wesley)
Van der Linden: Expert C Programming (Prentice Hall)

Fun:
Feuer: C Puzzle Book  (Addison Wesley)

As a reference:
Harbison/Steel: C - A Reference Manual (Prentice Hall)

Algorithms:
Sedgewick: Algorithms in C (Addison Wesley); also available "... in C++"


C++:

Avoid common pitfalls:
Meyers: Efficient C++; More Efficient C++ (Addison Wesley)


Unix/Linux environment:

Stephens: Advanced Programming in the Unix Environment (Addison Wesley)
Matthew/Stones:  Beginning Linux Programming (Wrox)
Johnson/Troan: Linux Application Development (Addison Wesley)


Have fun



Reply to: