home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11497 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!marlin.jcu.edu.au!coral.cs.jcu.edu.au!spuler
  3. From: spuler@coral.cs.jcu.edu.au (David Spuler)
  4. Subject: Re: Good Books on C - question
  5. Message-ID: <spuler.711867970@coral.cs.jcu.edu.au>
  6. Sender: news@marlin.jcu.edu.au (USENET News System)
  7. Organization: James Cook University
  8. References: <1992Jul22.161157.1@jaguar.uofs.edu>
  9. Date: 23 Jul 92 05:06:10 GMT
  10. Lines: 42
  11.  
  12. In <1992Jul22.161157.1@jaguar.uofs.edu> littlec1@jaguar.uofs.edu (Chris Little) writes:
  13.  
  14. >I just started reading this group, so excuse me if I'm raising an issue
  15. >already or frequently discussed.  I am interested in a top-5/top-10 list
  16. >of books that aid one who is experienced in programming (but not in C)
  17. >to learn C.  He has some knowledge of C, so is not a complete novice.  He
  18. >expects to use it for rather large and complex applications in the future.
  19.  
  20. I have recently published a book which is intended for experienced programmers
  21. and covers both introductory issues and advanced issues - therefore it should
  22. wear well with C experience.
  23.  
  24. It's contents are:
  25.  
  26.     PART I: The C Language
  27.   1 "Introduction to C"
  28.   2 "Variable declarations and types"
  29.   3 "Operators"
  30.   4 "Control statements"
  31.   5 "Structured types"
  32.   6 "Strings"
  33.   7 "Functions"
  34.   8 "Pointers"
  35.   9 "Input and output"
  36.   10 "File operations"
  37.   11 "The preprocessor"
  38.   12 "Standard library functions"
  39.  
  40.     PART II: Advanced Issues
  41.   13 "Large programs"
  42.   14 "Functions and pointers revisited"
  43.   15 "Efficiency"
  44.   16 "Debugging techniques"
  45.   17 "Program style"
  46.   18 "Portability"
  47.   19 "UNIX systems programming"
  48.  
  49. --
  50. David Spuler, James Cook University of North Queensland, Australia
  51. Author of "Comprehensive C", Prentice-Hall, 1992, pp416, ISBN  0-13-156514-1
  52. INTRO TOPICS: types, operators, structures, strings, fns, ptrs, files etc etc
  53. ADVANCED TOPICS: efficiency, debugging, style, portability, large programs
  54.