| Ch Based Books | ||
|
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.
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_deleteLink 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
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
Problem Solving and Program Design in C by Elliot B. Koffman and Jeri R. Hanly Third edition, 2001, Addison-Wesley
Link to the publisher
|
|