Ch Based Books
C/Ch
Unix
Ch GTK+
Ch X/Motif
Ch OpenGL
Ch ODBC
Ch Windows
Ch LAPACK

C/Ch Books


Because Ch is a superset of C with classes in C++, numerous existing C books can be used as a starting point to learn Ch. On the other hand, Ch is a perfect language environment to learn C.

  1. C How to Program
  2. C: A Software Engineering Approach
  3. Engineering Problem Solving with C
  4. Problem Solving and Program Design in C

C How to Program
by Harvey M. Deitel and Paul J. Deitel,
Third edition, 2001, Prentice Hall, Englewood Cliffs, New Jersey.

delete is a keyword in both Ch and C++. Modifications to the original code are as follows:

ch08:
   fig08_32.c   has a warning message for a bug in the original sample code
ch12:
   fig12_03.c   delete --> c_delete
Link to the publisher
Link to Amazon to buy the book


C: A Software Engineering Approach
by Peter A. Darnell and Philip E. Margolis,
Third edition, 1996, Springer-Verlag, New Work, NY.

Link to the publisher
Link to Amazon to buy the book


Engineering Problem Solving with C
by Delores M. Etter and Jeanine A. Ingber
Second edition, 2000
Prentice Hall, Englewood Cliffs, New Jersey.

Link to the publisher
Link to Amazon to buy the book


Problem Solving and Program Design in C
by Elliot B. Koffman and Jeri R. Hanly
Third edition, 2001, Addison-Wesley

Link to the publisher
Link to Amazon to buy the book