home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / C-faq / learn-c-cpp-today < prev    next >
Internet Message Format  |  1995-08-03  |  63KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!news.moneng.mei.com!daily-planet.execpc.com!spool.mu.edu!vinny.csd.mu.edu!root
  2. From: carpenterv@vms.csd.mu.edu (V. S. Carpenter)
  3. Newsgroups: comp.lang.c,comp.lang.c.moderated,comp.lang.c++,news.answers,comp.answers
  4. Subject: LEARN C/C++ TODAY (A list of resources/tutorials)
  5. Followup-To: comp.lang.c,comp.lang.c++
  6. Date: 1 Aug 1995 04:18:52 GMT
  7. Organization: Vinny's Linux PC
  8. Lines: 1248
  9. Approved: news-answers-request@MIT.EDU,clc@solutions.solon.com
  10. Expires: 1 Sep 1995 00:00:00 GMT
  11. Message-ID: <learn-070195@vinny.csd.mu.edu>
  12. NNTP-Posting-Host: vinny.csd.mu.edu
  13. Keywords: learn c c++ programming tutorials WWW
  14. X-Submissions-to: carpenterv@vms.csd.mu.edu 
  15. X-Questions-to: carpenterv@vms.csd.mu.edu 
  16. Originator: root@vinny.csd.mu.edu
  17. Xref: senator-bedfellow.mit.edu comp.lang.c:148742 comp.lang.c.moderated:1198 comp.lang.c++:140854 news.answers:49700 comp.answers:13413
  18.  
  19.  
  20. Archive-name:    C-faq/learn-c-cpp-today
  21. Last-modified:  Tuesday - August 01, 1995
  22.  
  23.                         Copyright (c) 1995  Vinit Carpenter 
  24.                                 All rights reserved
  25.  
  26.  
  27. Introduction:
  28. -------------
  29.  
  30.     This is a list of a  few  C  and  C++ language tutorials available to a
  31.     user.   This  list includes interactive tutorials,  public-domain  code
  32.     collections, books etc.  I've developed this FAQ purely as a  volunteer
  33.     effort  as  a service to the Internet community.  Although every effort
  34.     has been made to insure that all the information here is as accurate as
  35.     possible, no guarantee is implied or intended.
  36.  
  37.     I welcome comments, suggestions  or  criticism  for  all the people out
  38.     there  on the net that read this.  If you can help me make this list  a
  39.     little better, you will be helping a lot of people  out  there  on  the
  40.     net.   I  am  a horrible writer and an even worse speller.  If you find
  41.     any errors or would like to  suggest  any additions please feel free to
  42.     email me at the address below:
  43.  
  44.             carpenterv@vms.csd.mu.edu
  45.  
  46.   
  47. What's new in this issue:
  48. -------------------------
  49.  
  50.     This section of the  document  will  point  out  all the new additions,
  51.     corrections,  updates  etc.  If there is enough interest, I will  start
  52.     producing a 'diff' version.  
  53.  
  54.     1. Added a second web server that has the HTML and PS version of this 
  55.        document.
  56.     2. Updated the information on the 'C++ on the WWW'.  The address has
  57.        of the web server has changes.  The author also converted Dordill's
  58.        C++ course to HTML which is online.
  59.     3. Updated the information in the MSDOS/Windows compiler section.
  60.     4. Added a new item called `Programming in C' that contains a great 
  61.        collection of C and programming items.
  62.     5. Updated the information on the C++ FAQ.  
  63.     6. Added a lot of information on OS/2. (Joe Dougherty)
  64.     7. Added more information about Scott Meyers new book titled "More
  65.        Effective C++". 
  66.     8. Updated the oak.oakland.edu info and the directory structure has
  67.        been changed.
  68.     9. Update the information on the C Snippets packages.  The author 
  69.        released a new package that includes 400+ files.
  70.  
  71.  
  72.     I am switching to URL in place of the standard ftp and filename format.
  73.     URL stands for "Uniform Resource Locator".   Think of it as a networked
  74.     extension of the standard filename concept: not only can you point to a
  75.     file  in a directory, but that file and that directory can exist on any
  76.     machine on the network, can be served  via  any  of  several  different
  77.     methods,  and might not even be something as simple as a file: URLs can
  78.     also point to  queries,  documents  stored  deep  within databases, the
  79.     results of a finger or archie command, or whatever.
  80.    
  81.     File URL:
  82.     ---------
  83.     file://oak.oakland.edu/simtel/msdos/c/00_index.txt
  84.  
  85.     Gopher URL:
  86.     -----------
  87.     To connect to a particular gopher server, use this URL:
  88.  
  89.     gopher://gopher.tc.umn.edu/
  90.  
  91.     News URL:
  92.     ---------
  93.     To point to a Usenet Newsgroups, the URL is simply:
  94.  
  95.     news:comp.lang.c
  96.  
  97.     HTTP URL:
  98.     ---------
  99.     HTTP  stands  for  HyperText  Transport  Protocol.   HTTP  servers  are
  100.     commonly used for serving hypertext documents
  101.  
  102.     http://vinny.csd.mu.edu
  103.  
  104.     This file is posted on the 1st and the 15th of each month to the Usenet
  105.     Newsgroups    COMP.LANG.C,     COMP.LANG.C.MODERATED,    COMP.LANG.C++,
  106.     NEWS.ANSWERS  & COMP.ANSWERS.  The HTML and postscript version of  this
  107.     documents are available.  Here's the URL:
  108.  
  109.     http://vinny.csd.mu.edu                   
  110.  
  111.     NOTE: This is my Linux PC  that  does  get inundated with request.  The
  112.     last  time  I checked the stats, there were about 27 connections  every
  113.     minute.  If you get timed out, please try  again.   The  most  recently
  114.     posted  version of this document is kept on the news.answers archive on
  115.     rtfm.mit.edu.  You can receive it via anonymous ftp.  The URL is listed
  116.     below.
  117.     
  118.         ftp://rtfm.mit.edu/pub/usenet/news.answers/C-faq/learn-c-cpp-today
  119.  
  120.     If you don't have access to ftp, you can also receive this file via
  121.     e-mail by sending mail to mail-server@rtfm.mit.edu with:
  122.  
  123.     send /pub/usenet/news.answers/C-faq/learn-c-cpp-today
  124.  
  125.     in the body (not subject line) of your message. You can also receive
  126.     the latest version via electronic mail by e-mailing me.
  127.     
  128.         To: learncpp@vinny.csd.mu.edu
  129.     Subject: send learn-c-cpp-today
  130.     Body: ignored. Can be blank.
  131.  
  132.     A lot of tutorials discussed here  are available via anonymous ftp.  If
  133.     you  don't have ftp, you can also retrieve these files via a  ftp-email
  134.     gateway.    To   retrieve   files   via   e-mail,    send    mail    to
  135.     ftpmail@decwrl.dec.com with the command HELP in the body of the message
  136.     to  receive  a  complete list of all commands.  A typical message would
  137.     look something like this:
  138.  
  139.             connect oak.oakland.edu
  140.             chdir /simtel/msdos/c
  141.             binary
  142.             uuencode
  143.             get xxx.zip
  144.             quit
  145.  
  146.     Some of the items discussed  here  are  platform-dependent, but most of
  147.     the  items are applicable across all platforms (portable).  If you have
  148.     any comments, suggestions, complaints, additions, etc, please feel free
  149.     to e-mail me at the following address:
  150.  
  151.         carpenterv@vms.csd.mu.edu
  152.  
  153.     If you are working on a tutorial or would like something added to this
  154.     list, please e-mail me at the address given above.
  155.  
  156. The Origins of C and C++:
  157. -------------------------
  158.  
  159.     The  'C'  programming  language   was   originally  developed  for  and
  160.     implemented  on  the UNIX operating system, on a DEC PDP-11  by  Dennis
  161.     Ritchie.  One of the best features of C is that it is not tied  to  any
  162.     particular  hardware or system.  This makes it easy for a user to write
  163.     programs that will run without any changes on practically all machines.
  164.     C is often called a  middle-level  computer language as it combines the
  165.     elements  of  high-level languages with the functionalism  of  assembly
  166.     language.
  167.  
  168.     C allows the  manipulation  of  bits,  bytes  and  addresses- the basic
  169.     elements with which the computer functions.  Another good point about C
  170.     is  its  portability which makes it possible to adapt software  written
  171.     for one type of computer to another.  C was  created,  influenced,  and
  172.     field  tested  by  working programmers.  The end result is that C gives
  173.     the programmer what  the  programmer  wants.   C  offers  the  speed of
  174.     assembly  language  and  the  extensibility of FORTH, but  few  of  the
  175.     restrictions of Pascal and Modula-2.
  176.  
  177.     C++ is an enhanced version of  the C language.  C++ includes everything
  178.     that  is  part  of C and adds support for  object-oriented  programming
  179.     (OOP).  In addition, C++ also contains many improvements  and  features
  180.     that  make it a "better C", independent of object oriented programming.
  181.     C++ is actually an extendible language since we can define new types in
  182.     such a way that they act just  like the predefined types which are part
  183.     of the standard language.
  184.  
  185.     If you just use C++ as a  better  C,  you  will not be using all of its
  186.     power.  Like any quality tool, C++ must be used the way it was designed
  187.     to  be used to exploit its richness.  Some of the new features  include
  188.     encapsulation,   inline   function   calls,   overloading    operators,
  189.     inheritance and polymorphism.  I am not going to explain what they mean
  190.     here  as  that  would simply take me away from my purpose here, but you
  191.     can refer to any  good  C++  book  or  the  C++  FAQ  (Item 7) for more
  192.     information.
  193.      
  194.  
  195. What do you need to get started?
  196. --------------------------------
  197.  
  198.     The first thing you need is  a  compiler.   A compiler reads the entire
  199.     program and converts it into object code, which is a translation of the
  200.     program source code into a form that the computer can execute directly.
  201.  
  202.     
  203. UNIX SYSTEM:
  204.     
  205.     Type cc at the %  prompt.   If  you  don't  get any error messages, you
  206.     probably have a C compiler .  If you get an error message, try acc, gcc
  207.     or  g++.   If  any  of  these don't work,  contact  your  local  system
  208.     administrator and ask him/her to get you a C/C++ compiler.   GNU  C/C++
  209.     compiler is available from a lot of anonymous ftp sites free of charge.
  210.     Look  into  it.   (I've  got  g++  running  on my Linux box without any
  211.     problems)
  212.     
  213. MSDOS/Windows/OS2/Linux (IBM COMPATIBLES): 
  214.     
  215.     There are a lot of good compilers  available to you.  Microsoft Quick C
  216.     and  Borland Turbo C/C++ are both good products for beginners.  You can
  217.     buy both of them for  under  $50.00.   I  use  Microsoft  Quick  C  and
  218.     MS-Visual  C/C++, and I prefer Quick-C for all my DOS programs as it is
  219.     small, and yet very powerful.   Most  of  my  programming  is now on my
  220.     Linux  PC with gcc/g++.  (If you want a great 32 bit operating  system,
  221.     you should look into Linux.  E-mail me for details).  You can also  get
  222.     the   DOS   port   of  GNU  C/C++  called  DJGPP  from  oak.oakland.edu
  223.     /simtel/vendors/djgpp.
  224.  
  225.     The increased popularity of OS/2 and  it's latest incarnation Warp, has
  226.     provided   programmers   with  a  wider  selection  of  compilers   and
  227.     programming tools.  Still available for free is  the  GNU  gcc  package
  228.     under  the  name  emx.   Emx integrates nicely with the Extended Editor
  229.     included with OS/2.  It's  available on ftp.cdrom.com, hobbes.nmsu.edu,
  230.     and  other  sites.  IBM provides the CSet++ 2.x, as well as a  smaller,
  231.     less-expensive package on  CD-ROM  called  CSet++  First  Step.   Other
  232.     popular  compilers  include  Borland C++ 1.0 for OS/2, and Watcom C/C++
  233.     for OS/2 10.0, and CA-C++ for OS/2 from Computer Associates.
  234.  
  235.     
  236. OpenVMS (VAX & AXP)
  237.     
  238.     If you're on a VAX, type  in  CC  to  check  and  see if you have a C
  239.     compiler.  VAX C is not the best compiler around, but it certainly does
  240.     the  job.   If  you don't have a C compiler, look into  the  GNU  C/C++
  241.     compiler GCC.  You can get the VAX version of GCC from ftp.spc.edu  via
  242.     anonymous  ftp.   If  on  a  AXP  system, you should have access to DEC
  243.     C/C++.  Please contact  your  local  system  administrator  or computer
  244.     consultant for more site specific questions.
  245.  
  246. Macintosh (Apple/PowerMac)
  247.  
  248.     There are three main  players  in  the  Mac  compiler market: MPW (from
  249.     Apple),  THINK  C / Symantec C++ (both from Symantec),  or  CodeWarrior
  250.     (from Metrowerks): THINK C is $225 (only a C compiler), while  Symantec
  251.     C++  is  $375 (includes C and C++ compilers).  CodeWarrior comes in two
  252.     versions: bronze and gold, at $199/299/399, respectively.  The Symantec
  253.     C++ compiler (ver  8.0)  is  PowerMac  native.  Symantec and Metrowerks
  254.     offer  academic pricing on their products which are substantially  less
  255.     than the commercial prices.
  256.  
  257.     There have been  two  attempts  at  freeware/shareware Mac C compilers:
  258.     Sesame  C  and  Harvest.   Harvest  C was an  ambitious  attempt  at  a
  259.     production-quality  freeware compiler which was later abandoned by  the
  260.     author.
  261.  
  262.  
  263. Tutorials:
  264. ----------
  265.  
  266. 1) Title:       A C tutorial. 
  267.    Filename:    C-LESSON.ZIP
  268.    Author:    Christopher Sawtell.
  269.    E-mail:    chris@gerty.equinox.gen.nz
  270.    URL:        ftp://garbo.uwasa.fi/pc/c-lang/c-lesson.zip
  271.  
  272.     This tutorial contains  a  complete  course  for  you  to learn the 'C'
  273.     computer  language itself.  Some knowledge, of computers and the jargon
  274.     is  assumed,  but  complicated  concepts  are  fully  explained.   This
  275.     tutorial  is  geared  towards the UNIX operating system, but everything
  276.     discussed here applies across all  platforms.   Most of the source code
  277.     included  here compiles under all the platforms.  This is a good effort
  278.     and is worth your time.  Updates to this tutorials are  posted  to  the
  279.     USENET group comp.lang.c.
  280.  
  281. 2) Title:    Coronado;s Generic C tutor v2.0
  282.    Filename:    GENCSRC.ZIP
  283.         GENCTXT.ZIP   
  284.    Author:    Gordon Dodrill
  285.    E-mail:    --
  286.    URL:        ftp://oak.oakland.edu/simtel/msdos/c/gencsrc.zip
  287.            ftp://oak.oakland.edu/simtel/msdos/c/genctxt.zip
  288.  
  289.  
  290.     This is one of the most complete tutorials out there.  Once again, most
  291.     of the items covered here  are  apply  across all platforms.  There are
  292.     some  items  discussed  here  that are  DOS  dependent.   The  tutorial
  293.     includes a manual that covers all the aspects of the C  language.   The
  294.     archive  also includes a huge collection of C code that is discussed in
  295.     this tutorial.   The  best  way  to  learn  anything  is  by  practical
  296.     application  and this tutorial does just that.  A payment of $10.00  is
  297.     requested by the author if you  find  the  tutorial  helpful,  but  the
  298.     payment  is  not  required.  I think you should send in the $10.00 as a
  299.     lot of time and effort went into this project.
  300.  
  301. 3) Title:    Thread An On-Line C Help File V 1.01
  302.    Filename:    THREAD.ZIP
  303.    Author:    Fran Horvath
  304.    E-mail:    --
  305.    URL:        ftp://oak.oakland.edu/simtel/msdos/c/thread.zip
  306.  
  307.  
  308.     Thread is a C language help utility.  It was written by a member of the
  309.     U.S.D.A.  Grad School faculty to help students learning the C language.
  310.     Thread is a variable  record-length  database,  together with an index,
  311.     that  enables  the  fast lookup and  display of  C  keywords,  standard
  312.     library  functions,  and  other  items.   There  are  a  few  important
  313.     functions missing from this help utility, but it is still a pretty good
  314.     resource.  Give it a shot.
  315.  
  316. 4) Title:    Collection of C-Snippets
  317.    Filename:    SNIP9503.ZIP
  318.    Author:    Bob Stout
  319.    E-mail:    bobstout@neosoft.com
  320.    URL:        ftp://oak.oakland.edu/simtel/msdos/c/snip9503.zip
  321.  
  322.     This  is  the  March  95   release   of  SNIPPETS  which  is  a  public
  323.     domain/freeware portable C source code & instructional text.  According
  324.     to  the  author,  the  1.6  MB archive  contains  over  400  files  and
  325.     approximately 35% of it is PC-specific.  The rest of it  is  completely
  326.     portable.  The PC-specific functions are system-level utility code with
  327.     no multimedia or GUI code.  This archive has been tested on all popular
  328.     PC  compilers  and  gcc,  SCO,  and HP/UX compilers where possible.  An
  329.     eclectic  collection  containing  everything  from  macros  to complete
  330.     cut-and-paste  C  code  solutions  &  utilities,  along  with  FAQ  and
  331.     instructional files.
  332.  
  333.     There is a piece of code for  every single task starting with macros to
  334.     complete  cut-and-paste C code solution and utilities, along with  some
  335.     frequently asked questions and instructional files.  This archive is  a
  336.     must for every programmer.  If you already have a copy of snip9404.zip,
  337.     see   snpd9503.zip  which  includes  the  diff  needed  to  upgrade  to
  338.     snip9503.zip.  Numerous bug fixes  and  enhancements  were made in this
  339.     archive and 60 New files added.
  340.  
  341.     This is Public  Domain/freeware  created  by  the archivist, ex Fidonet
  342.     C_Echo moderator and author, Bob Stout
  343.  
  344.  
  345. 5) Title:    COMP.LANG.C FAQ
  346.    Filename:    FAQ
  347.    Author:     Steve Summit 
  348.    E-mail:     scs@eskimo.com 
  349.    URL:     ftp://rtfm.mit.edu/pub/usenet/news.answers/C-faq/faq
  350.    
  351.  
  352.     The FAQ (Frequently Asked  Questions)  is  a compilation of frequently-
  353.     asked  questions  of  the  usenet group,  COMP.LANG.C  along  with  the
  354.     answers.  Steve's put in a lot of work and this compilation  shows  it.
  355.     I  found that the FAQ answered a lot of my questions.  I even learned a
  356.     lot of new things  browsing  through  the  document.   I think this FAQ
  357.     should  should  be  on  your  computer desk right  next  to  a  good  C
  358.     programming book.  The FAQ is posted to  COMP.LANG.c  and  news.answers
  359.     every month along with the diff version.
  360.  
  361.  
  362. 6) Title:    TUTOR v3.10
  363.    Filename:    CTUTORDE.ZIP
  364.    Author:    Gordon Dodrill
  365.    E-mail:    rowe@netcom.com
  366.    URL:        ftp://oak.oakland.edu/simtel/msdos/c/ctutorde.zip
  367.  
  368.  
  369.     This is an educational learning tool which helps expedite the difficult
  370.     process  of  learning  the  C  Programming  Language.   It  includes  a
  371.     tutorial,  style  guide,  and interactive quiz program  all  integrated
  372.     together in one program.  The tutorial covers both K&R version of C and
  373.     ANSI C.  One of the biggest limitation of this tutorial is that  it  is
  374.     only available for DOS computers.
  375.  
  376.  
  377. 7) Title:    Programming in C
  378.    Filename:    CE.html
  379.    Author:    Dave Marshall
  380.    E-mail:    Dave.Marshall@cm.cf.ac.uk
  381.    URL:        http://www.cm.cf.ac.uk/Dave/C/CE.html
  382.  
  383.     This is one of the best C  programming tutorials out there on the World
  384.     Wide  Web (WWW).  See tutorial #11 for more information on the web  and
  385.     tools to access the web.  This tutorial  starts  out  with  some  basic
  386.     ideas  and  then extends to some more advanced features of C.  With the
  387.     popularity of the World Wide Web, items on the web servers are going to
  388.     be very popular.  This is  really  a  great tutorial and worth checking
  389.     out.   Some  of  the  items discussed here are  loops,  arrays,  string
  390.     manipulation,  pointers,  dynamic  memory  allocation,  I/O,  UNIX,   C
  391.     preprocessor  and  some  exercises.   While you're out there, check out
  392.     Ceilidh, the online C tutoring system.
  393.                                           
  394.  
  395.  
  396. 8) Title:       ANSI C for Programmers on UNIX systems.
  397.    Filename:    love_C.ps.z, love_C.shar
  398.    Author:    Tim Love
  399.    E-mail:    tpl@eng.cam.ac.uk
  400.    URL:        ftp://svr-ftp.eng.cam.ac.uk/pub/misc/love_C.ps.Z
  401.  
  402.  
  403.     This is a really nice C  tutorial  geared towards people on UNIX system
  404.     as  the  title would suggest.  This document introduces C by  providing
  405.     sample programming tasks.  One of the good things about  this  tutorial
  406.     is  that all the source code included is ANSI compliant.  This tutorial
  407.     also includes programming exercises to  aid  or  gauge your progress as
  408.     you  go through the material (answers included in back).  The  tutorial
  409.     covers some of the  basics  such  as  functions,  pointers  and  string
  410.     manipulation  followed  by some programming examples to apply the items
  411.     you've just learned.
  412.  
  413.     There is also a section  on  memory allocation that illustrates the use
  414.     and dangers of malloc.  The section on the Make utility helped me a lot
  415.     as I really don't like make and makefiles.  The section of debugging is
  416.     also  extensive and has some great tips.  The appendix of this tutorial
  417.     also has a section of converting from K&R to ANSI C.  Really great  job
  418.     and well worth the checking into.
  419.  
  420.  
  421. 9) Title:    Coronado Enterprises C++ Tutorial (v2.20)
  422.    Filename:    CPTUTS22.ZIP   
  423.         CPTUTT22.ZIP   
  424.    Author:    Gordon Dodrill
  425.    E-mail:    --
  426.    Phone:    (505) 293-5464
  427.    URL:        ftp://oak.oakland.edu/simtel/msdos/cpluspls/cptuts22.zip
  428.            ftp://oak.oakland.edu/simtel/msdos/cpluspls/cptutt22.zip
  429.  
  430.  
  431.     Just like its C counterpart, this  is  really  one of the best and most
  432.     complete  C++ tutorial out there.  This tutorial is not for the  person
  433.     just starting out in programming as C++ is not an ideal first language.
  434.     But if you are familiar with C or any other programming language,  this
  435.     tutorial  will  get  you started with C++.  All the source discussed in
  436.     this tutorial is included and learning is really accelerated as you can
  437.     compile the code while you  are  reading  about it.  This tutorial will
  438.     assume  a  thorough knowledge of the C programming language and  little
  439.     time will be spent on the fundamental aspects of the language.  Special
  440.     attention has be devoted to explaining the newer additions as  provided
  441.     by  the  ANSI-C  standard, as  many programmers are used to the old K&R
  442.     school of thought.
  443.  
  444. 10) Title:    COMP.LANG.C++ FAQ
  445.    Filename:    FAQ
  446.    Author:     Marshall P. Cline, Ph.D. 
  447.    E-mail:     cline@parashift.com
  448.    URL:     ftp://sun.soe.clarkson.edu/pub/C++/FAQ
  449.     
  450.     Wow!!!  That's really all I can  say about this collection of questions
  451.     and answers for C++ and Object Oriented Programming (OOP).  This is the
  452.     complete FAQ for the Newsgroups COMP.LANG.C++ compiled by Dr.  Marshall
  453.     Cline.  I have been programming in C++ for a few months and am far away
  454.     from  being  an  'expert', and this compilation helped  me  enormously.
  455.     Once again, this is not for the person that is starting to  learn  C++,
  456.     but  if  you've  already taken the first step, this FAQ is for you.  If
  457.     you don't have ftp, you  can  also  receive  it via e-mail by sending a
  458.     message  to archive-server@sun.soe.clarkson.edu with the subject  `send
  459.     C++/FAQ'.
  460.  
  461.     The C++ FAQ has been released as  a book called `C++ FAQS -- Frequently
  462.     Asked  Questions'  by Addison-Wesley.  The book is a complete  re-write
  463.     and contains about 5 times the  material  that  is  indexed  and  cross
  464.     referenced.   Check out the book section for a review of the book.  The
  465.     FAQ will still be  posted  in  the  Newsgroup comp.lang.c++, but if you
  466.     find the FAQ helpful, you should really buy the book.
  467.  
  468.     
  469. 11) Title:    C++ on the World Wide Web
  470.    Filename:    C++.html
  471.    Author:    Marcus Speh
  472.    E-mail:    marcus@x4u.desy.de
  473.    URL:        http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html
  474.  
  475.     This is one of  the  award  wining  courses  at  the 1st WWW conference
  476.     (congratulations  Marcus.  great job).  One of the newest addition here
  477.     is the Dorill C++ course converted to  HTML.   There  is  a  wealth  of
  478.     information  on  C++  available on the World Wide Web (WWW).  The World
  479.     Wide Web (WWW) is a  wide  area hypermedia information retrieval system
  480.     that  gives the user universal access to a large universe of documents.
  481.     One of the most popular to the Web is called Mosaic developed by  NCSA.
  482.     Mosaic  is  an Internet based global hypermedia browser that allows you
  483.     to discover, retrieve and display documents  and data from all over the
  484.     world.   Global  hypermedia means that information located  around  the
  485.     world is interconnected in an environment that  allows  you  to  travel
  486.     through  the  information  by  clicking on hyperlinks-- terms, icons or
  487.     images in documents that point to  other related documents.  Here's the
  488.     URL (Uniform Resource Locator) for the C++ Virtual Course.
  489.  
  490.             http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html
  491.  
  492.     You might also want to connect  to  info.desy.de and browse.  I found a
  493.     lot  of  great  items such as documents and sources on C++  and  Object
  494.     oriented programming, Internet groups for discussions and questions  on
  495.     C++,  discussion of Object-Oriented Literate Programming and many other
  496.     postscript papers.
  497.  
  498.         http://info.desy.de/general/users.html
  499.  
  500.  
  501. 12) Title:    Programming in C
  502.    Filename:    index.html
  503.    Author:    Jutta Degener
  504.    E-mail:    jutta@cs.tu-berlin.de
  505.    URL:        http://www.lysator.liu.se/c/index.html
  506.  
  507.     
  508.     This is really one of the best  collection of C related items out there
  509.     on  the  World Wide Web maintained by the Lysator computer society,  an
  510.     association of  computer  science  students  at  Linkoping  University,
  511.     Sweden.   Here's a list of some of the items.  There is a great section
  512.     on ANSI C, reviews of 3 books and a list of errata from 2 books.  There
  513.     is a very interesting paper called `A development of the C language' by
  514.     Dennis Ritchie that traces the origin of  the language we know and love
  515.     today.
  516.  
  517.     There is a HTML version of  Kernighan's historical "Programming in C: A
  518.     Tutorial"  from 1974 (that describes an early version of C, four  years
  519.     before K&R.  WARNING: DO NOT USE THIS DOCUMENT  AS  A  TUTORIAL);  also
  520.     included  are  the  "Ten  Commandments  for  C  Programmers  (Annotated
  521.     Version)" and a HTML version of Steve Summit's comp.lang.c FAQ.
  522.     
  523. 13) Title:    C++ Annotations (ver 3.3.3)
  524.    Filename:    cplusplus.html
  525.    Author:    Frank Brokken & Karel Kubat 
  526.    E-mail:    frank@icce.rug.nl, karel@icce.rug.nl
  527.    URL:        http://www.icce.rug.nl/docs/cplusplus/cplusplus.html
  528.  
  529.     This web based tutorial is  intended  for  knowledgeable users of C who
  530.     would  like  to make the transition to C++.  This document presents  an
  531.     introduction to programming in C++.  It  is  a  guide  for  programming
  532.     courses  taught at State University of Groningen This document is not a
  533.     complete C/C++ handbook, but  rather  serves  as  an  great addition to
  534.     other  documentation sources.  The reader should take note of the  fact
  535.     that an extensive knowledge of the C programming  language  is  assumed
  536.     and required.
  537.  
  538.     This document continues where topics of the C programming language end,
  539.     such as pointers, memory allocation and compound types which makes it a
  540.     very good programming guide.  I  highly  recommend this tutorial to any
  541.     individual who is really interested in becoming extremely knowledgeable
  542.     on C++ and a proficient programmer.  Here is a listing of the chapters.
  543.    
  544.         1. Introduction to C++
  545.         2. A first impression of C++
  546.         3. Classes
  547.         4. Classes and memory allocation
  548.         5. Static data and functions
  549.         6. Inheritance 
  550.         7. Polymorphism, late binding and virtuality
  551.         8. Concrete examples of C++ 
  552.         9. Templates
  553.  
  554. 14) Title:    C programming reference 1.1
  555.    Filename:    cref.html
  556.    Author:    Martin Leslie
  557.    E-mail:    leslim@gatwick.Geco-Prakla.slb.com
  558.    URL:        http://vinny.csd.mu.edu/martin/DOC/C/cref.html
  559.    
  560.     This is not an ordinary  C  language  tutorial,  rather  it is a great
  561.     reference  guide for the C programming language.  As the author states,
  562.     "I have found several C  tutorials  and  lessons  on  the  net  but  no
  563.     reference  documents.   This is not an attempt to replace the many high
  564.     quality books available, but does  try  to provide an on-line reference
  565.     that can give answers to questions quickly and without hassle".
  566.  
  567.     Martin has put a lot  of  work  in  this  and the archive is definitely
  568.     worth  checking  out.   One of the nicest item is the  `Function  Quick
  569.     Reference'.  It is a summary of a lot  of  useful  functions  including
  570.     ANSI  standard  functions,  Non  Standard  functions  from CONIO.H, non
  571.     Standard UNIX functions,  user  written  functions  and variable length
  572.     argument  lists  including the library, prototype, syntax  and  example
  573.     programs.  Here's a sample.
  574.  
  575.                          FGETC/GETC FUNCTION 08-MAY-94
  576.                                        
  577.     fgetc and getc both read  a  character  from  a file (input stream) and
  578.     have the same syntax.  They are for all intents and purposes the same!
  579.  
  580.     Library:   stdio.h
  581.  
  582.     Prototype: int fgetc(FILE *stream);
  583.  
  584.     Syntax:    ch = fgetc(file_pointer);
  585.                ch = getc(file_pointer);
  586.  
  587.        [IMAGE] example program.
  588.        See also:
  589.    
  590.        getchar, fgets, gets
  591.        getch, getche (non standard)
  592.  
  593.  
  594.     And if you're really nice to him, he will give a really cool program to
  595.     randomly change the root window  color  on  X Displays.  :) The program
  596.     randomly selects a target color and then performs a basic interpolation
  597.     to  move  from the current color to the target color.  When the  target
  598.     has been reached, a new target is selected and the process is repeated.
  599.  
  600.  
  601.  
  602. Books currently being reviewed:
  603. ------------------------------
  604.  
  605.     If you have any thoughts or comments, please feel free to e-mail me at
  606.     carpenterv@vms.csd.mu.edu
  607.  
  608. 1.  C++ A Pratical Introduction by Brian Hahn (ISBN 1-85554-325-7)
  609.  
  610. 2.  C++ For Dummies by Stephen R.  Davis (ISBN 1-56884-163-9)
  611.  
  612. 3.  The Craft of  C:  Take  Charge  Programming  by  Herbert  Schildt (ISBN
  613.     0-07-881882-6)
  614.  
  615. 4.  C By Discovery by L.S.Foster (ISBN 1-881991-29-6)
  616.  
  617. 5.  Teach yourself C++  programming  in  21  days  by  Jesse  Liberty (ISBN
  618.     0-672-39541-0)
  619.  
  620.  
  621. Books:
  622. ------
  623.  
  624.  
  625. [1] "The C Programming Language" (2nd ed.)
  626.     Brian W. Kernighan & Dennis    Ritchie
  627.     Prentice Hall ISBN: 0-13-110362-8
  628.  
  629.     This is the second edition  of  the  original Kernighan & Ritchie (K&R)
  630.     text.   This  book is  commonly referred to as the New Testament as  it
  631.     includes the modifications incorporated by  the  ANSI  standard,  while
  632.     retaining  the  nature  of the 1st edition.  This book assumes that the
  633.     reader  has  some  basic  programming  knowledge.   So  if  you're just
  634.     starting  to program and C is the first language, this might not be the
  635.     ideal book.  This is one of THE  BEST books  on  C  and  a  must  have,
  636.     especially if you're starting your own little programming library.
  637.  
  638.     A good book to go along with K&R's "The C Programming Language" is "The
  639.     C Answer Book" by Clovis L.  Tondo and Scott E.  Gimpel, Prentice Hall,
  640.     subtitled 'Solutions to the  Exercises  in  The C Programming Language,
  641.     second  edition  by  Brian W.  Kernighan & Dennis  M.   Ritchie',  ISBN
  642.     0-13-109653-2
  643.     
  644.  
  645. [2] "Programming in ANSI C" (Revised edition: 1994)
  646.     Kochan, Steven
  647.     SAMS Publishing ISBN 0-672-30339-6
  648.  
  649.     This book by  Steve  Kochan  is  absolutely  the  best  book for anyone
  650.     starting  out programming in C.  This is an excellent introductory text
  651.     with frequent examples and good text.  This book makes  no  assumptions
  652.     about the particular computer system or operating system on which the C
  653.     language  is  implemented.   This  books  is  written  for  novices and
  654.     experienced programmers alike.  I  love  this book as the comprehensive
  655.     'teach by examples' book can help you master the unique features of the
  656.     C  language.   There is complete coverage of program looping,  decision
  657.     making, arrays,  strings,  pointers  and  bit  operations  and  helpful
  658.     end-of-chapter  exercises.   This  is the book I used to learn C and it
  659.     really is a great book.  The  K&R  book is really great as a reference,
  660.     but not as the first book.
  661.  
  662.  
  663. [3] "Expert C Programming: Deep C Secrets"
  664.     Peter Van Der Linden
  665.     SunSoft Press. (ISBN 0-13-177429-8)
  666.  
  667.  
  668.     Peter has written one of the  greatest  books  to hit the computer book
  669.     stands  in a long time!  This is not your typical C book, but is rather
  670.     a fun book to read.  As I told Peter,  most  C  programming  texts  are
  671.     really boring as all they do is describe the functions, give a abstract
  672.     example  and  then  move  onto something different.  This book is chock
  673.     full of real world C stories and  folklore, including a story about the
  674.     C  bug that brought down the AT&T network.  I found the tongue-in-cheek
  675.     attitude and real world examples/stories very, very interesting.   Run,
  676.     don't  walk,  down  to  your  local  store and buy this book.  I really
  677.     really loved this book, and I read most of it in one sitting.  There is
  678.     also a great introduction to C++  for  C  programmers that will get you
  679.     started with C++ and Object-Oriented programming.  This book is not for
  680.     beginners, but is a great second book on C.
  681.  
  682.     Expert C Programming is also ideal for  those C programmers who want to
  683.     move  to C++.  According to the author, the book puts the "fun" back in
  684.     "functions" :)
  685.  
  686.  
  687.  
  688. [4] "C: The Complete Reference" (2nd ed.) 
  689.     Schildt, Herbert.
  690.     Osbourne/McGraw-Hill.  (ISBN 0-07-881538-X).
  691.  
  692.     This is a pretty good C language  reference book.  I am more partial to
  693.     the Microsoft C Bible as a reference but this is not a bad book at all.
  694.     If  you're  a beginning C programmer or a seasoned pro, the answers  to
  695.     most of C questions can be found in this one-step resource.  This  book
  696.     presents  an  extensive  summary of C library functions defined by ANSI
  697.     and many common extensions  including  UNIX.  
  698.  
  699. [5] Absolute Beginner's Guide to C
  700.     Perry, Greg
  701.     SAMS Publishing. ISBN 0-672-30341-8
  702.  
  703.     This is a absolutely  beginner's  book.   If  you have never programmed
  704.     before,  this book is for you.  No knowledge of any programming concept
  705.     is assumed.  I like the fact that this book talks to you at your  level
  706.     without  ever talking down to you.  This book does not try to overwhelm
  707.     the  beginners  with  a  lot  of  technical  details  while emphasizing
  708.     introductory  principles.  If you've never programmed, this is the book
  709.     for you.  If you are familiar with programming, I would suggest  either
  710.     'The  C programming language' by Kernighan & Ritchie or 'Programming in
  711.     ANSI C' by Kochan.
  712.  
  713. [6] Microsoft C Bible. 1990 (2nd ed.)
  714.     Waite Group Staff.
  715.     Howard W. Sams & Company. ISBN 0-672-22620-0 
  716.  
  717.     This book is a must for  every programmer, especially those who program
  718.     in  the  DOS  environment.   The Bible  organizes  and  simplifies  the
  719.     information contained in Microsoft's C  library.   Each  function  page
  720.     gives the purpose, syntax, example call, includes, common uses, returns
  721.     and  examples.  The book also has compatibility check boxes, so you can
  722.     be sure your program compiles with  the Microsoft C v5.0-7.0, Microsoft
  723.     Quick C, Borland Turbo C and UNIX system V compilers.
  724.  
  725. [7] Programming C in 12 Easy Lessons
  726.     Greg Perry  ISBN:0-672-30522-4
  727.     Sams (1st edition, 4/94)
  728.     Reviewed by: Don Lockhart (dlock@nlbbs.com) 
  729.                 
  730.     In a nutshell: This book is  very  well  thought out.  It is very clear
  731.     and  easy to follow for the new user.  It categorizes information  into
  732.     Notes, Tips, Warnings, and starts each lesson with an overview  of  the
  733.     concepts to be presented as well as a review of them at the end of each
  734.     lesson.   Sidebars are also presented with useful relevant information.
  735.     When new terms appear a definition  of  them appears in the page margin
  736.     to  further  explain their usage.  Each lesson ends with some  practice
  737.     "homework" and "extra credit" work to further enhance what you've  just
  738.     learned.   In  the front of the book, there's a tear-out reference card
  739.     with C functions, operators etc on one side, and Turbo C++ editing keys
  740.     and functions on the other side.   In  the  back of the book there's an
  741.     offer for Borland C++ 4.0 or full blown Turbo C++ at "discount rates".
  742.  
  743.     All lesson coding is also pre-typed  on the included diskette.  Also on
  744.     the  disk  you'll  find the answers to all the homework as  well  as  a
  745.     "lite" version of Borland's Turbo C++ compiler.  Differences from  ANSI
  746.     C to C++ are always noted.
  747.  
  748.     I have been "threatening" to learn C  for a couple of years.  This book
  749.     has  quickly  taken me from the sidelines to diving in head first,  and
  750.     actually gotten me excited about it.  The info is well presented, and I
  751.     haven't come up with any questions yet that I have  not  been  able  to
  752.     find  the  answer in the book.  I'm not 100% sure, but I believe when I
  753.     was at the book store there  is  also  a  sequel to this book that even
  754.     gets into more of actually developing applications using C.
  755.  
  756. [8] Teach Yourself C++ 1992
  757.     Herbert Schildt
  758.     Osborne McGraw-Hill. ISBN 0-07-881760-9
  759.  
  760.     Teach Yourself C++ is another  great  book  from Herbert Schildt who is
  761.     more  popular for his great C books.  This book is especially  designed
  762.     for programmers who already know how to  program  in  C.   Based  on  a
  763.     15-minute lesson format, this book includes a lot of exercise and skill
  764.     checks  to  make  sure your programming abilities grow by each chapter.
  765.     This book is  really  the  perfect  introductory  guide  for anyone who
  766.     already knows how to program in C.
  767.     
  768.     According to my sources, this book  is currently under revision.  There
  769.     are  several items missing from this book as it was written before  C++
  770.     was finalized.  I still think it is a pretty nice book.
  771.  
  772.  
  773. [9] The C++ Programming Language (2nd edition)
  774.     Bjarne Stroustrup
  775.     Addison Wesley (ISBN 0-201-53992-6)
  776.  
  777.     Bjarne Stroustrup is the designer of C++  and has written 2 great books
  778.     on C++.  This book is divided into three parts: The first part provides
  779.     a  tutorial introduction to C++.  The second part presents a discussion
  780.     of design and software development issues arising  in  connection  with
  781.     the use of C++ and the third part is a complete reference manual.  With
  782.     the  popularity  of  C++, several independent distributions of C++ have
  783.     come  forward,  but  the  book  discusses   'pure  C++;'  that  is,  no
  784.     implementation  dependent extensions are used.  I have been programming
  785.     in C++ for a while and yet found this book very helpful.   One  of  the
  786.     best  way  to learn a programming language is by writing small programs
  787.     relevant to the item you study.  There are exercises at the end of each
  788.     chapter to test/apply  what  you  learned  in  that particular chapter.
  789.     This  wasn't  the book I used to learn C++ and I only recently  got  it
  790.     from DEC [DEC ships this book with their C++ compiler in lieu  of  real
  791.     documentation :)], but I wish I had gotten it sooner.  This is really a
  792.     great  book and worth every penny. 
  793.  
  794.     There is also a book called  "The  C++ answer book" by Tony L.  Hansen.
  795.     (Addison-Wesley  ISBN # is 0-201-11497-6) and it contains the solutions
  796.     to the problems in "The C++ Programming Language" by Bjarne Stroustrup.
  797.  
  798.  
  799.  
  800. [10]Using Visual C++
  801.     Shammas, Namir
  802.     Que Corporation  ISBN: 1-56529-626-5
  803.  
  804.     A lot of people have e-mailed me asking for recommendation for a Visual
  805.     C++/MS-Windows programming book and  the  one I use/recommend is 'Using
  806.     Visual  C++'.   This book is aimed at readers who are already  familiar
  807.     with C++ and Windows.  This book covers many  programming  topics  that
  808.     use  C++  and the Microsoft Foundation Classes (MFC).  This book starts
  809.     with an overview of  the  Visual  C++  workbench and the MFC hierarchy.
  810.     The  book  also  discusses the AppWizard, ClassWizard  and  App  Studio
  811.     utility.  This book really lets you take  full  advantage  of  the  C++
  812.     compiler and all the utilities that come with it.  Microsoft provides a
  813.     lot of great information with the compiler package, but I found it hard
  814.     to  look  through  20 different manuals to find some basic information.
  815.     By the time you finish this book, you  will be ready to create your own
  816.     MS-Windows  applications.   Windows programming is pretty complex,  but
  817.     this comprehensive guide shows you efficient and proven  techniques  to
  818.     build powerful applications.  
  819.  
  820.     Another great  book  is  'Visual  C++:  A  Developer's  Guide'  by Alex
  821.     Leavens.  (ISBN 1-55851-339-6) This book explores the comprehensive set
  822.     of  programming  tools that come with Visual C++.  This book shows  you
  823.     how to take advantage of MFC, OLE 2.0, add sounds  to  various  Windows
  824.     systems events and creating icons, cursors and bitmaps images.
  825.  
  826.  
  827.  
  828. [11]C++ Primer  (2nd edition)
  829.     Lippman, Stanley B
  830.     Addison Wesley  ISBN 0-201-54848-8
  831.  
  832.     The C++ Primer is a great book and  will make learning C++ a joy.  This
  833.     really  is  one of the best books C++ book out there, but it assumes  a
  834.     lot of familiarity with programming concepts and a  proficiency  in  C.
  835.     Everyone  I know who uses C++ recommends this book very highly.  If you
  836.     are interested in  learning  more  about  Object  Oriented Program, you
  837.     might consider buying "Object Oriented Design" by Peter Coad and Edward
  838.     Yourdon" (ISBN 0-13-630070-7)
  839.  
  840.  
  841. [12]"C++ FAQs: Frequently Asked Questions"
  842.     Marshall P. Cline and Greg A. Lomow
  843.     Addison-Wesley ISBN 0-201-58958-3
  844.  
  845.     When I first heard  about  the  book,  it  thought  it  would just be a
  846.     reprint  of  the  electronic version of the FAQ, but I  was  pleasantly
  847.     surprised when I got my hands on the book (Thanks Deborah) This  is  no
  848.     mere  reprint.   This  is a *great great* book that contains answers to
  849.     about 500 questions on programming, design, analysis and testing.  This
  850.     book is not for beginners, but for programmers who have figured out the
  851.     syntax of the language, and are looking to implement them.  If you have
  852.     questions like  "What  is  a  class  invariant?",  "How  should  I  use
  853.     exceptions?",  "What happens when a destructor is executed?", then this
  854.     is the book for you.
  855.  
  856.     This is a very practical book  that contains answers to some real-world
  857.     programming  questions  that  will  really help  anyone  involved  with
  858.     software development.  I just wish I had this book around  when  I  was
  859.     taking  my  C++  classes.  Unlike other books, this book contains about
  860.     200 complete program rather than code  snippets that leave you guessing
  861.     about the implementation.  This book is a definite gem and should be in
  862.     every  single  programmers  library.  Go out and buy 2 copies  of  this
  863.     book: One for the office and one for the nightstand at home.
  864.  
  865.  
  866. [13]Learn C++ on the Macintosh
  867.     Dave Mark
  868.     Addison-Wesley ISBN 0-201-62204-1
  869.  
  870.     This book comes  with  a  customized  version  of  Symantec C++ for the
  871.     Macintosh.   In addition, there is a coupon for obtaining the  complete
  872.     version of Symantec C++ at a much reduced  price.   I  would  recommend
  873.     this  book for those who are just beginning to program in C++; however,
  874.     it does assume at least  a  working  knowledge  of C.  There is a quick
  875.     review  of  C at the beginning.  Dave Mark also has a book 'Learn C  on
  876.     the  Macintosh'.   It  has  the  same  great  style  and  comes  highly
  877.     recommended.  Thanks Lizann Bolinger.
  878.  
  879.  
  880. [14]Effective C++
  881.     Scott Meyers
  882.     Addison-Wesley ISBN 0-201-56364-9
  883.  
  884.     This is just a  great  great  book  on  C++  and  is  a  must for every
  885.     programming  library.   The book is a listing of things which you  must
  886.     get right if your program is to be  safe  and  reliable,  and  a  clear
  887.     description  of what it means to get them `right.' The book raises some
  888.     very interesting issues that every  programmer faces.  C++ provides the
  889.     structure  and  the means to talk about them in a concrete way  and  to
  890.     program them explicitly.
  891.  
  892.     The author is working on another C++  book, and the title will be "More
  893.     Effective  C++.   " Here's more information that the author  posted  in
  894.     comp.lang.c++.  If all goes according to  plan,  "More  Effective  C++"
  895.     should be available around the end of September.
  896.  
  897.     As for  the  book  itself,  "More  Effective  C++"  will  use  the same
  898.     Item-based  organization  that I used in "Effective C++," but  it  will
  899.     cover all new material, and it will not assume that readers  have  read
  900.     "Effective  C++."  (If  they  have,  so much the better, but it's not a
  901.     prerequisite.) As such, "More  Effective  C++"  isn't really "Effective
  902.     C++, Volume 2," though it can be read that way, if you like.
  903.  
  904.     Like "Effective C++," "More  Effective  C++"  will  cover  a variety of
  905.     topics.   One  of those topics will be efficiency.  The  current  draft
  906.     contains at  least  12  Items  on  that  topic  alone,  and  efficiency
  907.     considerations  comprise a thread that winds through many of the book's
  908.     other Items, too.
  909.  
  910. [15]Scientific and Engineering C++: An introduction with advanced techniques 
  911.     and examples
  912.     John J. Barton and Lee R. Nackman
  913.     Addison Wesley ISBN 0-201-53393-6
  914.     Reviewed-by: ajayshah@cmie.ernet.in (Ajay Shah)
  915.  
  916.     A plethora of books on C++ exists;  the  above promises to be a book on
  917.     numerical computation in C++.  The authors are both from T.  J.  Watson
  918.     Research Center and they do numerical computation for a living.
  919.  
  920.     Before we get to what the book offers, we should clarify what it is not
  921.     : It is not a Numerical Recipes.   It does not discuss the mathematical
  922.     ideas underlying numerical algorithms, and it presents no library which
  923.     you can start off using from day 1.
  924.  
  925.     Instead the authors are attacking a different problem, that of applying
  926.     OOP in its C++ incarnation  to  do  numerical computation.  The typical
  927.     reader is expected to be someone who is currently getting his work done
  928.     in  C  or  Fortran  and  would like to migrate  to  C++.   The  authors
  929.     literally start from scratch in this enterprise; they have two versions
  930.     of chapter 1, one aimed  at  migrants  from  C  and  another  aimed  at
  931.     migrants from Fortran.
  932.  
  933.     Does the book succeed  in  these  objectives?   For  the major part, my
  934.     answer would be Yes.  I will address two issues here:
  935.  
  936.  o  Teaching C++ and OOP 
  937.  
  938.     This is done reasonably well.   However,  I  expect anyone who actually
  939.     plunges  into C++ seriously will want the primary two books on C++  too
  940.     (i.e.  Stroustrup and Lippman).  They do a  good  job  of  the  overall
  941.     question  of applying OOP to scientific computation, but I have a guess
  942.     that you would come up with a lot of this yourself, and that your sense
  943.     of taste may differ from theirs to some extent.
  944.  
  945.  o  Practical advice aimed at numerical computing applications 
  946.  
  947.     I felt the book does really well on  this score.  They take up a series
  948.     of  problems  and give us the benefit of their good taste in coming  up
  949.     with designs.  The last chapter does maximum likelihood using automatic
  950.     differentiation to obtain derivatives -- this is a  lovely  theme  that
  951.     has not been much explored in the literature.
  952.  
  953.     One of the big questions on the  minds of anyone thinking about using C
  954.     or  C++  for numerical computation is the existence of  libraries  like
  955.     linpack; they are incredibly ugly on the score of software engineering,
  956.     but they are incredibly well done on debugging and efficiency.  Between
  957.     f2c and C++, it appears quite possible to hide these ugly (but working)
  958.     beasts under nice modern interfaces.
  959.  
  960.     This issue is really important at  a  practical  level, and so far I've
  961.     only  seen  net.wisdom  on the subject.  The authors deal  with  it  in
  962.     detail.  It would have been awfully nice if they had just  given  us  a
  963.     full  C++ view to lapack :-) but their focus is on ideas, not on giving
  964.     blackboxes of code.
  965.  
  966.     All the source code of the book is on the net.
  967.  
  968.     I'm personally at the stage of  having  browsed  in C++ for a while now
  969.     but  not  having  taken the plunge of fully leaving C yet.   This  book
  970.     feels very useful to me at this point in my transition.
  971.  
  972.  
  973. [16]C, A Software Engineering Approach
  974.     Peter A. Darnell & Philip E. Margolis  ISBN:0-387-97389-3 & 3-540-97389-3
  975.     Springer-Verlag
  976.     Reviewed by: Klaas Teschauer (positron@techno.isys.net)
  977.  
  978.     This is the book which  was  used  in  my C course.  When I started the
  979.     course  I  went to my local book shop and digged through the  available
  980.     books about C.  This book was recommended by our teacher,  but  it  was
  981.     rather  expensive  and, if possible, I wanted to avoid the expense, But
  982.     alas, I finally settled for  it,  because it was the most comprehensive
  983.     and  complete  book on offer and it obviously contained many  tips  and
  984.     hints not available elsewhere.
  985.  
  986.     The book is totally  platform-independant,  and  covers all features of
  987.     the  language  in detail.  It is written for someone who already  knows
  988.     another programming language;  as  it  is  an  arduous  task  to  learn
  989.     programming  with  C.   It  covers ANSI C as well; but the examples are
  990.     written in K&R C.  (BTW, here  in  Germany  we sometimes expand this to
  991.     "Knall  und  Rauch C", which means "Bang and Smoke C"  when  translated
  992.     literally :).  )
  993.  
  994.     Apart from the explanation of the syntax and semantics of C and how the
  995.     constructs are actually used,  the  book offers numerous so-called "Bug
  996.     Alert"  or "ANSI Feature" boxes, which point to common coding errors or
  997.     explain relevant features of the ANSI Standard, respectively.   At  the
  998.     end  of each chapter a number of excercises are provided.  Furthermore,
  999.     the Appendix contains a complete reference  manual for the ANSI runtime
  1000.     library  and  a number of concise discussions like differences  between
  1001.     ANSI and K&R or reserved names and the like.  The last regular  chapter
  1002.     is  an  excellent introduction into software engineering issues.  As an
  1003.     example serves a  project  for  developing  a  C  interpreter (well, it
  1004.     implements only a subset) and the complete source code of which is also
  1005.     provided  in the appendix.  It is in my opinion an outstanding book and
  1006.     worth every dollar.
  1007.  
  1008.  
  1009. [18]Windows++
  1010.     Paul Dilascia  ISBN:0-201-60891-X
  1011.     Addison-Wesley
  1012.     Reviewed by: Klaas Teschauer (positron@techno.isys.net)
  1013.  
  1014.     This book is not  an  introduction  to  C++,  but  it provides a breeze
  1015.     through  the  most  important  features for C  programmers.   The  book
  1016.     describes the actual process of the development of a C++ class  library
  1017.     for  Microsoft  Windows 3.1.  It is a book about programming Windows in
  1018.     the first place, but I  learned  a  lot  from it how to design reusable
  1019.     classes  and  code.   You still need another  Windows  introduction  or
  1020.     reference manual like the Petzold(*).  Although it is stuffed with code
  1021.     snippets, it is fun to read it, because the author  writes  in  a  more
  1022.     colloquial  style.   The  language  is like what he would have actually
  1023.     said to the reader if he and  the  reader were sitting in front of a PC
  1024.     and the author would explain it.  Examples:
  1025.  
  1026.     ...  It's been a long chapter (I warned you), ...
  1027.  
  1028.     ...  Do I really have to mess with  blocks and locks and heaps and free
  1029.     chains and all that low-level stuff?!  Yecch!!  The operating system is
  1030.     supposed to do that; OO programmers don't DO memory management!  ...
  1031.  
  1032.     ...  Since you have your OOP cap  on  (if not put it on now!), a little
  1033.     light bulb should go on in your head that says application object!  ...
  1034.  
  1035.     The book is divided into chapters  roughly along the different parts of
  1036.     the  Windows API (GDI, etc.) that are encapsulated.  Usually the author
  1037.     starts out with describing the implementation of  a  small  application
  1038.     and  then  tries  to  extract all reusable code from the application in
  1039.     order to put it into the  library.   He not necessarily follows the one
  1040.     true  path  recommended by Microsoft, but tries to make the library  as
  1041.     useful as possible  for  the  applications  that  base  on  it.   Where
  1042.     necessary,  the  book  goes into reasonable details about Windows.  The
  1043.     full source code of the library and of the applications developed along
  1044.     the way is supplied in  the  appendix, plus makefiles for Microsoft and
  1045.     Borland  C/C++.   The sources are also available on diskette  from  the
  1046.     author.  During the course of the book,  he  also  provides  hints  for
  1047.     die-hard  C  programmers  that  don't  want  to  migrate to C++, how to
  1048.     implement the discribed features in pure C.
  1049.  
  1050.     I had a lot of fun just  reading  it  like a normal book and enjoyed it
  1051.     very  much.  The Windows++ library would in my opinion be very  useful,
  1052.     if it had not a serious deficiency.  The part that covers the GDI  just
  1053.     encapsulates   and  repackages  its  functionality,  which  is  clearly
  1054.     insuffcient for larger apps.   IMO,  for  the  development  of a modern
  1055.     Windows  app a good graphics library is essential.  But the book is not
  1056.     to blame  because  its  stated  goal  is  to  describe  and  teach  the
  1057.     development  of  reusable class libraries and does so at the example of
  1058.     Windows class library.   Windows  has  the  advantage  of being popular
  1059.     enough and of allowing it to define the task sufficiently precise.
  1060.  
  1061.     I doubt that the author will  provide  an update for Windows 95, but as
  1062.     long  as  the  most  recent  Windows version at any  time  is  not  too
  1063.     different from Windows 3.1, it will still be useful.
  1064.    
  1065.     (*) Charles Petzold, Programming Microsoft Windows 3.1, 1992
  1066.         published by Microsoft Press
  1067.  
  1068.  
  1069. [19]C++ How to Program 
  1070.     H.M. Deitel & P.J. Deitel 
  1071.     Prentice Hall ISBN ??
  1072.     Reviewed-by: David M. Botters (102251.2712@compuserve.com)
  1073.  
  1074.     This is basically a college text  book,  but  is available in most book
  1075.     stores  with  a  decent  section for computer  programming.   The  book
  1076.     assumes no previous knowledge of C or programming, and is designed with
  1077.     a beginner in mind.
  1078.  
  1079.     It makes the claim at  the  outset  that  C++ is difficult and makes no
  1080.     pretense  that  you can learn Windows C++ in 20 minutes, like  so  many
  1081.     other books on the market today.  It provides a very  basic  intro  and
  1082.     moves along at a good clip covering most everything you need to know.
  1083.  
  1084.     After buying so many of the Programming in 20 Minutes type books, I was
  1085.     happy to see this book.  It is definately  a good choice for one who is
  1086.     seriously about learning C++ from the ground up.
  1087.  
  1088. [20]Safer C, Developing Software for High-integrity & Safty-critical Systems
  1089.     Les Hatton
  1090.     Publisher  ISBN
  1091.     Reviewed-by: Clive King (cmk@aber.ac.uk)
  1092.  
  1093.     Software is now an integral part of most spheres of life and the future
  1094.     can only see this trend increase.   The complexity of software required
  1095.     to  enable  the  technologies now exceeds that of any  other  man  made
  1096.     construction.
  1097.  
  1098.     How many times have  you  found  that  some unexplained behavior in the
  1099.     program  you were writing was a result of a simple error, maybe using a
  1100.     == instead of a = in an assignment statement!  The  programmer  writing
  1101.     the code that controls the landing gear of the next plane you fly on is
  1102.     also  human  and  is  therefore  capable  of  making  the same sorts of
  1103.     mistakes as you.  Agree?  If not  there  is a very bright career in the
  1104.     safety  critical  software  development business or you are  not  being
  1105.     totally honest with yourself.
  1106.  
  1107.     Safer C attempts to  shed  light  on  improving the quality of software
  1108.     constructed  for high-integrity and safety critical systems.  The  book
  1109.     concentrates on the process of developing  software  and  the  language
  1110.     issues  which  effect software quality.  It rightly does not attempt to
  1111.     address the issues of specification and design.
  1112.  
  1113.     The use of C, which is well known  for its many traps and pitfalls, may
  1114.     seem  a  curious choice to some.  The choice is founded on the  authors
  1115.     observation that C has been in used for a number of years,  C  programs
  1116.     including  UNIX  have  been ported between a multitude of platforms.  C
  1117.     has been misused in a multitude of ways  and the problems of C are very
  1118.     well documented.  C is a small, standardized language and a subset of C
  1119.     which  eliminates the language feature which may bring problems can  be
  1120.     described.  The most important feature of using C in the development of
  1121.     high-integrity and safety critical systems and a recurring theme of the
  1122.     book is that better tool support for finding potential coding  problems
  1123.     and language misuse is currently available for C than other languages.
  1124.  
  1125.     The case presented for C is  strong,  but by the same argument the case
  1126.     for  Ada  is  worth  considering if using  best  current  practice  and
  1127.     appropriate tool support are too much effort to  overcome  for  reasons
  1128.     associated  with the management of a project and programmer psychology.
  1129.     A better alternative  I  am  sure  is  to  prevent  by  law such people
  1130.     participating in projects whose product may be used in a situation when
  1131.     human life may be threatened.  That day is getting closer.
  1132.  
  1133.     The underlying  theme  throughout  the  book  is  to identify dangerous
  1134.     practice and ruthlessly eliminate it via the use of appropriate methods
  1135.     and  tool  support.   Much  useful material is  presented  on  software
  1136.     complexity and metrics, testing strategies, quality procedures such  as
  1137.     ISO9001, Capability Maturity model and Total Quality Management.  Where
  1138.     this  book really excels is in describing the potential problems areas,
  1139.     there severity, how they can be  detected  and manage there use in code
  1140.     by either forbidding use or a strategy for safe use is given.
  1141.  
  1142.     The book justifies its self in  a chapter devoted to population studies
  1143.     of  C programs where software from a wide range of application  domains
  1144.     is analyzed for faults and transgressions from  programming  standards.
  1145.     Also  presented  are  the  results  of a study into the complexity of a
  1146.     range software.
  1147.  
  1148.     Formal methods were one of the great  white hope in the 1980's, but the
  1149.     many software developers view formal methods as a smoke screen which is
  1150.     loaded  with  hype.  Rightly Hatton points out that formal methods  are
  1151.     another way of thinking about program design and  construction  through
  1152.     the  medium  of  mathematics.   14  pages  are  spent discussing formal
  1153.     methods.  What exists is very  illuminating  to those with no knowledge
  1154.     of  formal methods and there application to producing C programs.  Some
  1155.     consideration of how to develop substantial systems in C from a  formal
  1156.     specification,  rather  than just considering small examples would have
  1157.     been useful.
  1158.  
  1159.     Hatton's humor makes the book  enjoyable  to  read, though at times you
  1160.     wonder  how  such  a  serious subject can generate  such  a  stream  of
  1161.     antidotes.  The author sometimes gives the impression  of  writing  the
  1162.     book  out  of  a  passion  for  self  preservation, instead of the more
  1163.     mundane reasons.  Hatton  digresses  to  talk  about  the importance of
  1164.     structure in music and architecture and manages to make coherent use of
  1165.     diverse  examples such as Mozarts's 40th Symphony, Jimi Hendrix and the
  1166.     UNIX diff program to illustrate the importance of refinement.
  1167.  
  1168.     After reading the book, I concluded that  given a choice of flying in a
  1169.     plane  with software written using best current practice in C, C++,  or
  1170.     Ada, I would choose the plane that used C software.  If the emphasis is
  1171.     not placed here on best current practice, I might just stay at home.
  1172.  
  1173.     Safer C should be required reading for  anyone who intends to write a C
  1174.     program  outside  a classroom, anyone who intends to write code  for  a
  1175.     high-integrity or safety-critical system  and  anyone  who  intends  to
  1176.     manage  a project that has high-integrity or safety-critical element or
  1177.     uses C.  I would also recommend  it  to  anyone who is trying to decide
  1178.     which language to use on a project.
  1179.  
  1180.     I could go into far more  detail  about the good sense the book extols,
  1181.     but  if developing software is your business, can you really afford not
  1182.     to read it?
  1183.     
  1184.  
  1185. Conclusion:
  1186.  
  1187.     C and C++ are great  programming  languages that can make programming a
  1188.     lot  of fun.  One of the best ways to learn is by taking a  programming
  1189.     class.  See if you can take a class at your school, or take a class  at
  1190.     night school.  Programming in C/C++ is a skill that could end up saving
  1191.     you your job or help you get a better job.  I hope these tutorials help
  1192.     you in your quest to learn the C and C++ programming language.
  1193.  
  1194.  
  1195. Acknowledgment:
  1196. ---------------
  1197.  
  1198.     Steve Summit         scs@eskimo.com
  1199.     Lizann Bolinger        bolinger@zeno.ibd.nrc.ca
  1200.     Blake Sobiloff        sobiloff@mail.lap.umd.edu
  1201.     Alex Wu            wua@cpsc.ucalgary.ca
  1202.     Ian Jackson        ijackson@nyx.cs.du.edu
  1203.     Peter Vanderlinden    Peter.Vanderlinden@eng.sun.com
  1204.         Robin Schogol        rschogol@lehman.com
  1205.     Marcus Speh         marcus@x4u.desy.de
  1206.     Jutta Degener         jutta@cs.tu-berlin.de
  1207.     Joe Dougherty        jdough@gate.net
  1208.         Ajay Shah               ajayshah@cmie.ernet.in
  1209.     Sonia Hamilton         soniah@magna.com.au
  1210.     Klaas Teschauer        klaas@tesch.hh.provi.de
  1211.     Clive King         cmk@aber.ac.uk
  1212.     Richard Grubb        grubb@bcstec.ca.boeing.com 
  1213.     Lincoln Abbey         labbey@delta.eecs.nwu.edu
  1214.     Scott Hankin         hankin@osf.org
  1215.  
  1216. ---------
  1217.                * List of C tutorials   Last Update: 08/01/95 *
  1218.        * Compiled By:  Vinit Carpenter -  carpenterv@vms.csd.mu.edu *
  1219.  
  1220.  
  1221.     Note that this document is provided  as  is.   The information in it is
  1222.     *not* warranted to be correct; you use it at your own risk.
  1223.  
  1224. o   The LEARN C/C++ TODAY  List  is  Copyright  1994 by Vinit S.  Carpenter
  1225.     (carpenterv@vms.csd.mu.edu).   It may be reproduced and distributed  in
  1226.     whole or in part, subject to the following conditions:
  1227.  
  1228. o   This  copyright  and  permission  notice   and  the  paragraph  in  the
  1229.     introduction  about  the frequency of updates must be retained  on  all
  1230.     complete or partial copies.
  1231.  
  1232. o   Any translation or  derivative  work  must  be  approved  by  me before
  1233.     distribution.  Email me - I'll will be happy to oblige !
  1234.  
  1235. o   If you wish  to  charge  for  non-machine-readable  copies  you need my
  1236.     approval  before  distribution.   Note  that this  restriction  is  not
  1237.     intended to prohibit charging for the service of printing or copying  a
  1238.     document supplied by your customer.
  1239.  
  1240. o   If  you  distribute  partial  copies  of  this  list,  instructions for
  1241.     obtaining  the  complete  version  must be included, and  a  means  for
  1242.     obtaining a complete version free or at cost price provided.
  1243.  
  1244. o   Exceptions to these rules  may  be  granted,  and  I  shall be happy to
  1245.     answer  any questions about this copyright --- Simply e-mail me.  These
  1246.     restrictions are here to protect the contributors, not to restrict  you
  1247.     as educators and learners.
  1248.  
  1249. o   Vinit Carpenter asserts the  right  to  be  identified as the author of
  1250.     this  work, and claims the moral rights of paternity and integrity,  in
  1251.     accordance with the Copyright, Designs and Patents Act, 1988.
  1252.  
  1253. -----------------------------------------------------------------------------
  1254. Vinit S. Carpenter       Marquette University      carpenterv@vms.csd.mu.edu
  1255. -----------------------------------------------------------------------------
  1256.      Author of the INTERNET-MENU for OpenVMS and LEARN C/C++ TODAY List
  1257.                        Moderator: COMP.BINARIES.IBM.PC
  1258.                           * Email me for details *
  1259.      <a href="http://vinny.csd.mu.edu"> My Personal Linux Web Server</a>
  1260. -----------------------------------------------------------------------------
  1261.                   * Ayrton Senna daSilva - Rest In Peace *
  1262. -----------------------------------------------------------------------------
  1263. Geek Code:        GE d? H S+:+ g+ p? au+ a26 w++ v C++++ UL++++ P++ L+++ 3-
  1264.       E--- N+++ K--- W--- M-- V$ -po+ Y+ t+++ 5- j tv+++ b+++ D++ B---
  1265.                           e- U--- h++ f? r n--- y*
  1266.  
  1267.