home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12405 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  2.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!alberta!kakwa.ucs.ualberta.ca!shiva!hchen
  2. From: hchen@shiva (Haiibo Chen)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Good introductory books on C
  5. Message-ID: <1992Aug16.230117.15364@kakwa.ucs.ualberta.ca>
  6. Date: 16 Aug 92 23:01:17 GMT
  7. References: <1992Jul30.193115.4513@puma.ATL.GE.COM> <1992Aug1.210951.1754@amhux2.amherst.edu> <1992Aug7.130006.19419@icf.hrb.com>
  8. Sender: news@kakwa.ucs.ualberta.ca
  9. Organization: Los Alamos National Laboratory, NM
  10. Lines: 38
  11. Nntp-Posting-Host: shiva.eche.ualberta.ca
  12.  
  13. In article <1992Aug7.130006.19419@icf.hrb.com> els@icf.hrb.com (Eric L. Schott) writes:
  14. >In article <1992Aug1.210951.1754@amhux2.amherst.edu>, twpierce@amhux1.amherst.edu (Tim Pierce) writes:
  15. >> In article <1992Jul30.193115.4513@puma.ATL.GE.COM> rsnyder@atl.ge.com (Bob Snyder) writes:
  16. >> 
  17. >>>I'm looking for a good introductory book on learning C.  I've dabbled a bit
  18. >>>with it, and own K&R, but that really isn't a good tutorial text. :-)
  19. >> 
  20. >> K&R is not an easy first text, but you will hardly find a more solid
  21. >> introduction to the language.
  22. >
  23. >I started years ago with K&R.  However, when I started a project using
  24. >ANSI C, I spent many days searching for a good C book.  I found
  25. >_C A Software Engineering Approach_ by Peter Darnell and Philip
  26. >Margolis to be an excellent book.  I highly recommend this book.
  27. >-- 
  28. >
  29. >Eric L. Schott,    HRB Systems, Inc.    814/238-4311     els@icf.hrb.com
  30. >  "As we acquire more knowledge, things do not become more comprehensible
  31. >   but more mysterious."                  Albert Schweitzer, "Paris Notes"
  32.  
  33.     If one would like to teach C at college or freshmen level, The best Text
  34.  I could have found is
  35.  
  36.       Gary Bronson & S. Menconi 
  37.        << A First Book of C: Fundamentals of C programming>>
  38.        Second edition 
  39.        West Publisher
  40.  
  41.      and << Solution Manual with the Book>> 
  42.           By Bronson , Meconi & G. A. Falk ( AT & T)
  43.  
  44.     West Publish had one popular PASCAL text by NANCY  ( to 4 th edition) 
  45.  
  46.     This is C book parallel to its PASCAL. 
  47.      Excellent text and self taught book!
  48.  
  49. Tip: DO NOT buy book blindly when it is first edition. Unless you know.
  50.      However, second edition means this may have some merit. 
  51.