home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / c-faq / learn-c-cpp-today < prev   
Encoding:
Text File  |  1995-07-25  |  37.3 KB  |  804 lines

  1. Subject: LEARN C/C++ TODAY (A list of tutorials/resources)
  2. Newsgroups: comp.lang.c,comp.lang.c++,comp.answers,news.answers
  3. From: carpenterv@vms.csd.mu.edu (V. S. Carpenter)
  4. Date: 18 Nov 1994 02:38:53 GMT
  5.  
  6.  
  7.  
  8. Archive-name:    C-faq/learn-c-cpp-today
  9. Last-modified:  Thursday - November 17, 1994
  10.  
  11.                         Copyright (c) 1994  Vinit Carpenter 
  12.                                 All rights reserved
  13.  
  14.  
  15. Introduction:
  16. -------------
  17.  
  18.     This is a list of a  few  C  and  C++ language tutorials available to a
  19.     user.   This  list includes interactive tutorials,  public-domain  code
  20.     collections, books etc.  I've developed this FAQ purely as a  volunteer
  21.     effort  as  a service to the Internet community.  Although every effort
  22.     has been made to insure that all the information here is as accurate as
  23.     possible, no guarantee is implied or intended.
  24.  
  25.     I welcome comments, suggestions  or  criticism  for  all the people out
  26.     there  on the net that read this.  If you can help me make this list  a
  27.     little better, you will be helping a lot of people  out  there  on  the
  28.     net.   I  am  a horrible writer and an even worse speller.  If you find
  29.     any errors or would like to  suggest  any additions please feel free to
  30.     email me at the address below:
  31.  
  32.             carpenterv@vms.csd.mu.edu
  33.  
  34.   
  35. What's new in this issue:
  36. -------------------------
  37.  
  38.     This section of the  document  will  point  out  all the new additions,
  39.     corrections,  updates  etc.  If there is enough interest, I will  start
  40.     producing a 'diff' version.  
  41.  
  42.     1. Added a second web server that has the HTML and PS version of this 
  43.        document.
  44.     2. Updated the information on the 'C++ on the WWW'.  The address has
  45.        of the web server has changes.  The author also converted Dordill's
  46.        C++ course to HTML which is online.
  47.     3. Updated the information in the MSDOS/Windows compilier section.
  48.     4. Added a new item called `Programming in C' that contains a great 
  49.        collection of C and programming items.
  50.     5. Updated the information on the C++ FAQ.  
  51.  
  52.  
  53.     I am switching to URL in place of the standard ftp and filename format.
  54.     URL stands for "Uniform Resource Locator".   Think of it as a networked
  55.     extension of the standard filename concept: not only can you point to a
  56.     file  in a directory, but that file and that directory can exist on any
  57.     machine on the network, can be served  via  any  of  several  different
  58.     methods,  and might not even be something as simple as a file: URLs can
  59.     also point to  queries,  documents  stored  deep  within databases, the
  60.     results of a finger or archie command, or whatever.
  61.    
  62.     File URL:
  63.     ---------
  64.     file://oak.oakland.edu/pub/msdos/c/00_index.txt
  65.  
  66.     Gopher URL:
  67.     -----------
  68.     To connect to a particular gopher server, use this URL:
  69.  
  70.     gopher://gopher.tc.umn.edu/
  71.  
  72.     News URL:
  73.     ---------
  74.     To point to a Usenet Newsgroups, the URL is simply:
  75.  
  76.     news:comp.lang.c
  77.  
  78.     HTTP URL:
  79.     ---------
  80.     HTTP  stands  for  HyperText  Transport  Protocol.   HTTP  servers  are
  81.     commonly used for serving hypertext documents
  82.  
  83.     http://vinny.csd.mu.edu
  84.  
  85.     This file is posted on the 1st and the 15th of each month to the Usenet
  86.     Newsgroups  COMP.LANG.C,  COMP.LANG.C++,  NEWS.ANSWERS  & COMP.ANSWERS.
  87.     The  HTML  and  postscript  version of this  documents  are  available.
  88.     Here's the URL:
  89.  
  90.     http://vinny.csd.mu.edu                   
  91.  
  92.     NOTE: This is my Linux PC  that  does  get inundated with request.  The
  93.     last  time  I checked the stats, there were about 27 connections  every
  94.     minute.  If you get timed out, please try  again.   The  most  recently
  95.     posted  version of this document is kept on the news.answers archive on
  96.     rtfm.mit.edu.  You can receive it via anonymous ftp.  The URL is listed
  97.     below.
  98.     
  99.         ftp://rtfm.mit.edu/pub/usenet/news.answers/C-faq/learn-c-cpp-today
  100.  
  101.     If you don't have access to ftp, you can also receive this file via
  102.     e-mail by sending mail to mail-server@rtfm.mit.edu with:
  103.  
  104.     send /pub/usenet/news.answers/C-faq/learn-c-cpp-today
  105.  
  106.     in the body (not subject line) of your message. You can also receive
  107.     the latest version via electronic mail by e-mailing me.
  108.     
  109.         To: carpenterv@vms.csd.mu.edu
  110.     Subject: SEND LEARN C/C++ TODAY LIST
  111.     Body: ignored. Can be blank.
  112.  
  113.     I've written a little mailserver that doesn't always work, so please be
  114.     patient.  All requests  will be handled within 12 hours.  I am planning
  115.     to move this whole distribution thing  to  my Linux PC which will solve
  116.     all   the  delay  problems.   For  now,  you  might  want  to  use  the
  117.     news.answers archive for the latest  copy  of  this  file.   A  lot  of
  118.     tutorials discussed here are available via anonymous ftp.  If you don't
  119.     have  ftp,  you  can also retrieve these files via a ftp-email gateway.
  120.     To retrieve files via e-mail,  send mail to ftpmail@decwrl.dec.com with
  121.     the  command HELP in the body of the message to receive a complete list
  122.     of all commands.  A typical message would look something like this:
  123.  
  124.             connect oak.oakland.edu
  125.             chdir /pub/msdos/c
  126.             binary
  127.             uuencode
  128.             get xxx.zip
  129.             quit
  130.  
  131.     Some of the items discussed  here  are  platform-dependent, but most of
  132.     the  items are applicable across all platforms (portable).  If you have
  133.     any comments, suggestions, complaints, additions, etc, please feel free
  134.     to e-mail me at the following address:
  135.  
  136.     carpenterv@vms.csd.mu.edu
  137.  
  138.     If you are working on a tutorial or would like something added to this
  139.     list, please e-mail me at the address given above.
  140.  
  141. The Origins of C and C++:
  142. -------------------------
  143.  
  144.     The  'C'  programming  language   was   originally  developed  for  and
  145.     implemented  on  the UNIX operating system, on a DEC PDP-11  by  Dennis
  146.     Ritchie.  One of the best features of C is that it is not tied  to  any
  147.     particular  hardware or system.  This makes it easy for a user to write
  148.     programs that will run without any changes on practically all machines.
  149.     C is often called a  middle-level  computer language as it combines the
  150.     elements  of  high-level languages with the functionalism  of  assembly
  151.     language.
  152.  
  153.     C allows the  manipulation  of  bits,  bytes  and  addresses- the basic
  154.     elements with which the computer functions.  Another good point about C
  155.     is  its  portability which makes it possible to adapt software  written
  156.     for one type of computer to another.  C was  created,  influenced,  and
  157.     field  tested  by  working programmers.  The end result is that C gives
  158.     the programmer what  the  programmer  wants.   C  offers  the  speed of
  159.     assembly  language  and  the  extensibility of FORTH, but  few  of  the
  160.     restrictions of Pascal and Modula-2.
  161.  
  162.     C++ is an enhanced version of  the C language.  C++ includes everything
  163.     that  is  part  of C and adds support for  object-oriented  programming
  164.     (OOP).  In addition, C++ also contains many improvements  and  features
  165.     that  make it a "better C", independent of object oriented programming.
  166.     C++ is actually an extendible language since we can define new types in
  167.     such a way that they act just  like the predefined types which are part
  168.     of the standard language.
  169.  
  170.     If you just use C++ as a  better  C,  you  will not be using all of its
  171.     power.  Like any quality tool, C++ must be used the way it was designed
  172.     to  be used to exploit its richness.  Some of the new features  include
  173.     encapsulation,   inline   function   calls,   overloading    operators,
  174.     inheritance and polymorphism.  I am not going to explain what they mean
  175.     here  as  that  would simply take me away from my purpose here, but you
  176.     can refer to any  good  C++  book  or  the  C++  FAQ  (Item 7) for more
  177.     information.
  178.      
  179.  
  180. What do you need to get started?
  181. --------------------------------
  182.  
  183.     The first thing you need is  a  compiler.   A compiler reads the entire
  184.     program and converts it into object code, which is a translation of the
  185.     program source code into a form that the computer can execute directly.
  186.  
  187.     
  188. UNIX SYSTEM:
  189.     
  190.     Type cc at the %  prompt.   If  you  don't  get any error messages, you
  191.     probably have a C compiler .  If you get an error message, try acc, gcc
  192.     or  g++.   If  any  of  these don't work,  contact  your  local  system
  193.     administrator and ask him/her to get you a C/C++ compiler.   GNU  C/C++
  194.     compiler is available from a lot of anonymous ftp sites free of charge.
  195.     Look  into  it.   (I've  got  g++  running  on my Linux box without any
  196.     problems)
  197.     
  198. MSDOS/Windows (IBM COMPATIBLES): 
  199.     
  200.     There are a lot of good compilers  available to you.  Microsoft Quick C
  201.     and  Borland Turbo C/C++ are both good products for beginners.  You can
  202.     buy both of them for  under  $50.00.   I  use  Microsoft  Quick  C  and
  203.     MS-Visual  C/C++, and I prefer Quick-C for all my DOS programs as it is
  204.     small, and yet very powerful.   Most  of  my  programming  is now on my
  205.     Linux  PC with gcc/g++.  (If you want a great 32 bit operating  system,
  206.     you should look into Linux.  E-mail me for details).  You can also  get
  207.     the   DOS   port   of  GNU  C/C++  called  DJGPP  from  oak.oakland.edu
  208.     /pub/msdos/djgpp.  If you are using OS/2 on  your PC, you might want to
  209.     look  into Borland C++ 1.5, CSET++ 2.x (IBM) or GNU gcc 2.5.8 available
  210.     from ftp.cdrom.com.
  211.  
  212.     
  213. OpenVMS (VAX & AXP)
  214.     
  215.     If you're on a VAX, type  in  CC  to  check  and  see if you have a C
  216.     compiler.  VAX C is not the best compiler around, but it certainly does
  217.     the  job.   If  you don't have a C compiler, look into  the  GNU  C/C++
  218.     compiler GCC.  You can get the VAX version of GCC from ftp.spc.edu  via
  219.     anonymous  ftp.   If  on  a  AXP  system, you should have access to DEC
  220.     C/C++.  Please contact  your  local  system  administrator  or computer
  221.     consultant for more site specific questions.
  222.  
  223. Macintosh (Apple/PowerMac)
  224.  
  225.     There are three main  players  in  the  Mac  compiler market: MPW (from
  226.     Apple),  THINK  C / Symantec C++ (both from Symantec),  or  CodeWarrior
  227.     (from Metroworks): THINK C is $225 (only a C compiler), while  Symantec
  228.     C++ is $375 (includes C and C++ compilers).  CodeWarrior comes in three
  229.     versions:  bronze,  silver,  and  gold,  at $199/299/399, respectively.
  230.     Bronze generates 68K  code,  silver  generates  PowerPC  code, and gold
  231.     generates  both.   All  three  versions  include  C,  C++,  and  Pascal
  232.     compilers.  The Symantec C++ compiler (ver 7.0) can be  bought  with  a
  233.     cross-compiler for the PowerMac.
  234.  
  235.     There have been  two  attempts  at  freeware/shareware Mac C compilers:
  236.     Sesame  C  and  Harvest.   Harvest  C was an  ambitious  attempt  at  a
  237.     production-quality  freeware compiler which was later abandoned by  the
  238.     author.
  239.  
  240.  
  241. Tutorials:
  242. ----------
  243.  
  244. 1) Title:       A C tutorial. 
  245.    Filename:    C-LESSON.ZIP
  246.    Author:    Christopher Sawtell.
  247.    E-mail:    chris@gerty.equinox.gen.nz
  248.    URL:        ftp://garbo.uwasa.fi/pc/c-lang/c-lesson.zip
  249.  
  250.     This tutorial contains  a  complete  course  for  you  to learn the 'C'
  251.     computer  language itself.  Some knowledge, of computers and the jargon
  252.     is  assumed,  but  complicated  concepts  are  fully  explained.   This
  253.     tutorial  is  geared  towards the UNIX operating system, but everything
  254.     discussed here applies across all  platforms.   Most of the source code
  255.     included  here compiles under all the platforms.  This is a good effort
  256.     and is worth your time.  Updates to this tutorials are  posted  to  the
  257.     USENET group comp.lang.c.
  258.  
  259. 2) Title:    Coronado;s Generic C tutor v2.0
  260.    Filename:    GENCSRC.ZIP
  261.         GENCTXT.ZIP   
  262.    Author:    Gordon Dodrill
  263.    E-mail:    --
  264.    URL:        ftp://oak.oakland.edu/pub/msdos/c/gencsrc.zip
  265.            ftp://oak.oakland.edu/pub/msdos/c/genctxt.zip
  266.  
  267.  
  268.     This is one of the most complete tutorials out there.  Once again, most
  269.     of the items covered here  are  apply  across all platforms.  There are
  270.     some  items  discussed  here  that are  DOS  dependent.   The  tutorial
  271.     includes a manual that covers all the aspects of the C  language.   The
  272.     archive  also includes a huge collection of C code that is discussed in
  273.     this tutorial.   The  best  way  to  learn  anything  is  by  practical
  274.     application  and this tutorial does just that.  A payment of $10.00  is
  275.     requested by the author if you  find  the  tutorial  helpful,  but  the
  276.     payment  is  not  required.  I think you should send in the $10.00 as a
  277.     lot of time and effort went into this project.
  278.  
  279. 3) Title:    Thread An On-Line C Help File V 1.01
  280.    Filename:    THREAD.ZIP
  281.    Author:    Fran Horvath
  282.    E-mail:    --
  283.    URL:        ftp://oak.oakland.edu/pub/msdos/c/thread.zip
  284.  
  285.  
  286.     Thread is a C language help utility.  It was written by a member of the
  287.     U.S.D.A.  Grad School faculty to help students learning the C language.
  288.     Thread is a variable  record-length  database,  together with an index,
  289.     that  enables  the  fast lookup and  display of  C  keywords,  standard
  290.     library  functions,  and  other  items.   There  are  a  few  important
  291.     functions missing from this help utility, but it is still a pretty good
  292.     resource.  Give it a shot.
  293.  
  294. 4) Title:    Collection of C-Snippets
  295.    Filename:    SNIP9404.ZIP
  296.    Author:    Bob Stout
  297.    E-mail:    bobstout@neosoft.com
  298.    URL:        ftp://oak.oakland.edu/pub/msdos/c/snip9404.zip
  299.  
  300.     This  is  the  April  94   release   of   one  of  the  biggest  public
  301.     domain/freeware portable C code and instruction text.  According to the
  302.     author,  the  1.1 MB archive contains over 360 files and  approximately
  303.     35% of it is PC-specific.  The  rest  of  it  is  completely  portable.
  304.     There  is a piece of code for every single task starting with macros to
  305.     complete cut-and-paste C code  solution  and utilities, along with some
  306.     frequently  asked questions and instructional files.  This archive is a
  307.     must for every programmer.   If  you  already  have  SNIP0493.ZIP,  get
  308.     SNPD9404.ZIP which is basically the 'diff' file.
  309.  
  310.  
  311. 5) Title:    COMP.LANG.C FAQ
  312.    Filename:    FAQ
  313.    Author:     Steve Summit 
  314.    E-mail:     scs@eskimo.com 
  315.    URL:     ftp://rtfm.mit.edu/pub/usenet/news.answers/C-faq/faq
  316.    
  317.  
  318.     The FAQ (Frequently Asked  Questions)  is  a compilation of frequently-
  319.     asked  questions  of  the  usenet group,  COMP.LANG.C  along  with  the
  320.     answers.  Steve's put in a lot of work and this compilation  shows  it.
  321.     I  found that the FAQ answered a lot of my questions.  I even learned a
  322.     lot of new things  browsing  through  the  document.   I think this FAQ
  323.     should  should  be  on  your  computer desk right  next  to  a  good  C
  324.     programming book.  The FAQ is posted to  COMP.LANG.c  and  news.answers
  325.     every month along with the diff version.
  326.  
  327.  
  328. 6) Title:    TUTOR v3.10
  329.    Filename:    CTUTORDE.ZIP
  330.    Author:    Gordon Dodrill
  331.    E-mail:    rowe@netcom.com
  332.    URL:        ftp://oak.oakland.edu/pub/msdos/c/ctutorde.zip
  333.  
  334.  
  335.     This is an educational learning tool which helps expedite the difficult
  336.     process  of  learning  the  C  Programming  Language.   It  includes  a
  337.     tutorial,  style  guide,  and interactive quiz program  all  integrated
  338.     together in one program.  The tutorial covers both K&R version of C and
  339.     ANSI C.  One of the biggest limitation of this tutorial is that  it  is
  340.     only available for DOS computers.
  341.  
  342.  
  343. 7) Title:    Programming in C
  344.    Filename:    CE.html
  345.    Author:    Dave Marshall
  346.    E-mail:    Dave.Marshall@cm.cf.ac.uk
  347.    URL:        http://www.cm.cf.ac.uk/Dave/C/CE.html
  348.  
  349.     This is one of the best C  programming tutorials out there on the World
  350.     Wide  Web (WWW).  See tutorial #11 for more information on the web  and
  351.     tools to access the web.  This tutorial  starts  out  with  some  basic
  352.     ideas  and  then extends to some more advanced features of C.  With the
  353.     popularity of the World Wide Web, items on the web servers are going to
  354.     be very popular.  This is  really  a  great tutorial and worth checking
  355.     out.   Some  of  the  items discussed here are  loops,  arrays,  string
  356.     manipulation,  pointers,  dynamic  memory  allocation,  I/O,  UNIX,   C
  357.     preprocessor  and  some  exercises.   While you're out there, check out
  358.     Ceilidh, the online C tutoring system.
  359.                                           
  360.  
  361.  
  362. 8) Title:       ANSI C for Programmers on UNIX systems.
  363.    Filename:    love_C.ps.z, love_C.shar
  364.    Author:    Tim Love
  365.    E-mail:    tpl@eng.cam.ac.uk
  366.    URL:        ftp://svr-ftp.eng.cam.ac.uk/pub/misc/love_C.ps.Z
  367.  
  368.  
  369.     This is a really nice C  tutorial  geared towards people on UNIX system
  370.     as  the  title would suggest.  This document introduces C by  providing
  371.     sample programming tasks.  One of the good things about  this  tutorial
  372.     is  that all the source code included is ANSI compliant.  This tutorial
  373.     also includes programming exercises to  aid  or  gauge your progress as
  374.     you  go through the material (answers included in back).  The  tutorial
  375.     covers some of the  basics  such  as  functions,  pointers  and  string
  376.     manipulation  followed  by some programming examples to apply the items
  377.     you've just learned.
  378.  
  379.     There is also a section  on  memory allocation that illustrates the use
  380.     and dangers of malloc.  The section on the Make utility helped me a lot
  381.     as I really don't like make and makefiles.  The section of debugging is
  382.     also  extensive and has some great tips.  The appendix of this tutorial
  383.     also has a section of converting from K&R to ANSI C.  Really great  job
  384.     and well worth the checking into.
  385.  
  386.  
  387. 9) Title:    Coronado Enterprises C++ Tutorial (v2.20)
  388.    Filename:    CPTUTS22.ZIP   
  389.         CPTUTT22.ZIP   
  390.    Author:    Gordon Dodrill
  391.    E-mail:    --
  392.    Phone:    (505) 293-5464
  393.    URL:        ftp://oak.oakland.edu/pub/msdos/cpluspls/cptuts22.zip
  394.            ftp://oak.oakland.edu/pub/msdos/cpluspls/cptutt22.zip
  395.  
  396.  
  397.     Just like its C counterpart, this  is  really  one of the best and most
  398.     complete  C++ tutorial out there.  This tutorial is not for the  person
  399.     just starting out in programming as C++ is not an ideal first language.
  400.     But if you are familiar with C or any other programming language,  this
  401.     tutorial  will  get  you started with C++.  All the source discussed in
  402.     this tutorial is included and learning is really accelerated as you can
  403.     compile the code while you  are  reading  about it.  This tutorial will
  404.     assume  a  thorough knowledge of the C programming language and  little
  405.     time will be spent on the fundamental aspects of the language.  Special
  406.     attention has be devoted to explaining the newer additions as  provided
  407.     by  the  ANSI-C  standard, as  many programmers are used to the old K&R
  408.     school of thought.
  409.  
  410. 10) Title:    COMP.LANG.C++ FAQ
  411.    Filename:    FAQ
  412.    Author:     Marshall P. Cline, Ph.D. 
  413.    E-mail:     cline@parashift.com
  414.    URL:     ftp://sun.soe.clarkson.edu/pub/C++/FAQ
  415.     
  416.     Wow!!!  That's really all I can  say about this collection of questions
  417.     and answers for C++ and Object Oriented Programming (OOP).  This is the
  418.     complete FAQ for the Newsgroups COMP.LANG.C++ compiled by Dr.  Marshall
  419.     Cline.  I have been programming in C++ for a few months and am far away
  420.     from  being  an  'expert', and this compilation helped  me  enormously.
  421.     Once again, this is not for the person that is starting to  learn  C++,
  422.     but  if  you've  already taken the first step, this FAQ is for you.  If
  423.     you don't have ftp, you  can  also  receive  it via e-mail by sending a
  424.     message  to archive-server@sun.soe.clarkson.edu with the subject  `send
  425.     C++/FAQ'.
  426.  
  427.     The C++ FAQ has been released as  a book called `C++ FAQS -- Frequently
  428.     Asked  Questions'  by Addison-Wesley.  The book is a complete  re-write
  429.     and contains about 5 times the  material  that  is  indexed  and  cross
  430.     referenced.   Check out the book section for a review of the book.  The
  431.     FAQ will still be  posted  in  the  Newsgroup comp.lang.c++, but if you
  432.     find the FAQ helpful, you should really buy the book.
  433.  
  434.     
  435. 11) Title:    C++ on the World Wide Web
  436.    Filename:    C++.html
  437.    Author:    Marcus Speh
  438.    E-mail:    marcus@x4u.desy.de
  439.    URL:        http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html
  440.  
  441.     This is one of  the  award  wining  courses  at  the 1st WWW conference
  442.     (congratulations  Marcus.  great job).  One of the newest addition here
  443.     is the Dorill C++ course converted to  HTML.   There  is  a  wealth  of
  444.     information  on  C++  available on the World Wide Web (WWW).  The World
  445.     Wide Web (WWW) is a  wide  area hypermedia information retrieval system
  446.     that  gives the user universal access to a large universe of documents.
  447.     One of the most popular to the Web is called Mosaic developed by  NCSA.
  448.     Mosaic  is  an Internet based global hypermedia browser that allows you
  449.     to discover, retrieve and display documents  and data from all over the
  450.     world.   Global  hypermedia means that information located  around  the
  451.     world is interconnected in an environment that  allows  you  to  travel
  452.     through  the  information  by  clicking on hyperlinks-- terms, icons or
  453.     images in documents that point to  other related documents.  Here's the
  454.     URL (Uniform Resource Locator) for the C++ Virtual Course.
  455.  
  456.             http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html
  457.  
  458.     You might also want to connect  to  info.desy.de and browse.  I found a
  459.     lot  of  great  items such as documents and sources on C++  and  Object
  460.     oriented programming, Internet groups for discussions and questions  on
  461.     C++,  discussion of Object-Oriented Literate Programming and many other
  462.     postscript papers.
  463.  
  464.         http://info.desy.de/general/users.html
  465.  
  466.  
  467. 12) Title:    Programming in C
  468.    Filename:    index.html
  469.    Author:    Jutta Degener
  470.    E-mail:    jutta@cs.tu-berlin.de
  471.    URL:        http://www.lysator.liu.se/c/index.html
  472.  
  473.     
  474.     This is really one of the best  collection of C related items out there
  475.     on  the  World Wide Web maintained by the Lysator computer society,  an
  476.     association of  computer  science  students  at  Linkoping  University,
  477.     Sweden.   Here's a list of some of the items.  There is a great section
  478.     on ANSI C, reviews of 3 books and a list of errata from 2 books.  There
  479.     is a very interesting paper called `A development of the C language' by
  480.     Dennis Ritchie that traces the origin of  the language we know and love
  481.     today.
  482.  
  483.     There is a HTML version of  Kernighan's historical "Programming in C: A
  484.     Tutorial"  from 1974 (that describes an early version of C, four  years
  485.     before K&R.  WARNING: DO NOT USE THIS DOCUMENT  AS  A  TUTORIAL);  also
  486.     included  are  the  "Ten  Commandments  for  C  Programmers  (Annotated
  487.     Version)" and a HTML version of Steve Summit's comp.lang.c FAQ.
  488.     
  489.  
  490. Books currently being reviewed:
  491. ------------------------------
  492.  
  493.     If you have any thoughs or comments, please feel free to e-mail me at
  494.     carpenterv@vms.csd.mu.edu
  495.  
  496. 1.  Scientific  and  Engineering   C++:   An   introdcution  with  Advanced
  497.     Techniques  and Examples by John J.  Barton and Lee R.  Nackman 
  498.     (ISBN 0-201-53393-6)
  499.  
  500. 2.  C++ A Pratical Introduction by Brian Hahn (ISBN 1-85554-325-7)
  501.  
  502. 3.  C++ For Dummies by Stephen R.  Davis (ISBN 1-56884-163-9)
  503.  
  504. 4.  The Craft of  C:  Take  Charge  Programming  by  Herbert  Schildt (ISBN
  505.     0-07-881882-6)
  506.  
  507. 5.  C By Discovery by L.S.Foster (ISBN 1-881991-29-6)
  508.  
  509. 6.  Teach yourself C++  programming  in  21  days  by  Jesse  Liberty (ISBN
  510.     0-672-39541-0)
  511.  
  512.  
  513. Books:
  514. ------
  515.  
  516.  
  517. [1] "The C Programming Language" (2nd ed.)
  518.     Brian W. Kernighan & Dennis    Ritchie
  519.     Prentice Hall ISBN: 0-13-110362-8
  520.  
  521.     This is the second edition  of  the  original Kernighan & Ritchie (K&R)
  522.     text.   This  book is  commonly referred to as the New Testament as  it
  523.     includes the modifications incorporated by  the  ANSI  standard,  while
  524.     retaining  the  nature  of the 1st edition.  This book assumes that the
  525.     reader  has  some  basic  programming  knowledge.   So  if  you're just
  526.     starting  to program and C is the first language, this might not be the
  527.     ideal book.  This is one of THE  BEST books  on  C  and  a  must  have,
  528.     especially if you're starting your own little programming library.
  529.  
  530.  
  531. [2] "Programming in ANSI C" (Revised edition: 1994)
  532.     Kochan, Steven
  533.     SAMS Publishing ISBN 0-672-30339-6
  534.  
  535.     This book by  Steve  Kochan  is  absolutely  the  best  book for anyone
  536.     starting  out programming in C.  This is an excellent introductory text
  537.     with frequent examples and good text.  This book makes  no  assumptions
  538.     about the particular computer system or operating system on which the C
  539.     language  is  implemented.   This  books  is  written  for  novices and
  540.     experienced programmers alike.  I  love  this book as the comprehensive
  541.     'teach by examples' book can help you master the unique features of the
  542.     C  language.   There is complete coverage of program looping,  decision
  543.     making, arrays,  strings,  pointers  and  bit  operations  and  helpful
  544.     end-of-chapter  exercises.   This  is the book I used to learn C and it
  545.     really is a great book.  The  K&R  book is really great as a reference,
  546.     but not as the first book.
  547.  
  548.  
  549. [3] "Expert C Programming: Deep C Secrets"
  550.     Peter Van Der Linden
  551.     SunSoft Press. (ISBN 0-13-177429-8)
  552.  
  553.  
  554.     Peter has written one of the  greatest  books  to hit the computer book
  555.     stands  in a long time!  This is not your typical C book, but is rather
  556.     a fun book to read.  As I told Peter,  most  C  programming  texts  are
  557.     really boring as all they do is describe the functions, give a abstract
  558.     example  and  then  move  onto something different.  This book is chock
  559.     full of real world C stories and  folklore, including a story about the
  560.     C  bug that brought down the AT&T network.  I found the tongue-in-cheek
  561.     attitude and real world examples/stories very, very interesting.   Run,
  562.     don't  walk,  down  to  your  local  store and buy this book.  I really
  563.     really loved this book, and I read most of it in one sitting.  There is
  564.     also a great introduction to C++  for  C  programmers that will get you
  565.     started with C++ and Object-Oriented programming.  This book is not for
  566.     beginners, but is a great second book on C.
  567.  
  568.     Expert C Programming is also ideal for  those C programmers who want to
  569.     move  to C++.  According to the author, the book puts the "fun" back in
  570.     "functions" :)
  571.  
  572.  
  573.  
  574. [4] "C: The Complete Reference" (2nd ed.) 
  575.     Schildt, Herbert.
  576.     Osbourne/McGraw-Hill.  (ISBN 0-07-881538-X).
  577.  
  578.     This is a pretty good C language  reference book.  I am more partial to
  579.     the Microsoft C Bible as a reference but this is not a bad book at all.
  580.     If  you're  a beginning C programmer or a seasoned pro, the answers  to
  581.     most of C questions can be found in this one-step resource.  This  book
  582.     presents  an  extensive  summary of C library functions defined by ANSI
  583.     and many common extensions  including  UNIX.   This  book is a must for
  584.     that perfect programmer library.
  585.  
  586. [5] Absolute Beginner's Guide to C
  587.     Perry, Greg
  588.     SAMS Publishing. ISBN 0-672-30341-8
  589.  
  590.     This is a absolutely  beginner's  book.   If  you have never programmed
  591.     before,  this book is for you.  No knowledge of any programming concept
  592.     is assumed.  I like the fact that this book talks to you at your  level
  593.     without  ever talking down to you.  This book does not try to overwhelm
  594.     the  beginners  with  a  lot  of  technical  details  while emphasizing
  595.     introductory  principles.  If you've never programmed, this is the book
  596.     for you.  If you are familiar with programming, I would suggest  either
  597.     'The  C programming language' by Kernighan & Ritchie or 'Programming in
  598.     ANSI C' by Kochan.
  599.  
  600. [6] Microsoft C Bible. 1990 (2nd ed.)
  601.     Waite Group Staff.
  602.     Howard W. Sams & Company. ISBN 0-672-22620-0 
  603.  
  604.     This book is a must for  every programmer, especially those who program
  605.     in  the  DOS  environment.   The Bible  organizes  and  simplifies  the
  606.     information contained in Microsoft's C  library.   Each  function  page
  607.     gives the purpose, syntax, example call, includes, common uses, returns
  608.     and  examples.  The book also has compatibility check boxes, so you can
  609.     be sure your program compiles with  the Microsoft C v5.0-7.0, Microsoft
  610.     Quick C, Borland Turbo C and UNIX system V compilers.
  611.  
  612. [7] Teach Yourself C++ 1992
  613.     Herbert Schildt
  614.     Osborne McGraw-Hill. ISBN 0-07-881760-9
  615.  
  616.     Teach Yourself C++ is another  great  book  from Herbert Schildt who is
  617.     more  popular for his great C books.  This book is especially  designed
  618.     for programmers who already know how to  program  in  C.   Based  on  a
  619.     15-minute lesson format, this book includes a lot of exercise and skill
  620.     checks  to  make  sure your programming abilities grow by each chapter.
  621.     This book is  really  the  perfect  introductory  guide  for anyone who
  622.     already knows how to program in C.
  623.     
  624.     According to my sources, this book  is currently under revision.  There
  625.     are  several items missing from this book as it was written before  C++
  626.     was finalized.  I still think it is a pretty nice book.
  627.  
  628.  
  629. [8] The C++ Programming Language (2nd edition)
  630.     Bjarne Stroustrup
  631.     Addison Wesley (ISBN 0-201-53992-6)
  632.  
  633.     Bjarne Stroustrup is the designer of C++  and has written 2 great books
  634.     on C++.  This book is divided into three parts: The first part provides
  635.     a  tutorial introduction to C++.  The second part presents a discussion
  636.     of design and software development issues arising  in  connection  with
  637.     the use of C++ and the third part is a complete reference manual.  With
  638.     the  popularity  of  C++, several independent distributions of C++ have
  639.     come  forward,  but  the  book  discusses   'pure  C++;'  that  is,  no
  640.     implementation  dependent extensions are used.  I have been programming
  641.     in C++ for a while and yet found this book very helpful.   One  of  the
  642.     best  way  to learn a programming language is by writing small programs
  643.     relevant to the item you study.  There are exercises at the end of each
  644.     chapter to test/apply  what  you  learned  in  that particular chapter.
  645.     This  wasn't  the book I used to learn C++ and I only recently  got  it
  646.     from DEC [DEC ships this book with their C++ compiler in lieu  of  real
  647.     documentation :)], but I wish I had gotten it sooner.  This is really a
  648.     great  book and worth every penny.  If anyone has an extra copy of 'The
  649.     annotated C++ reference' by  the  same  author,  drop  me a line.  I've
  650.     already  spent about $1400.00 this year on books and I can't afford  to
  651.     spend anymore.  :)
  652.  
  653.  
  654. [9] Using Visual C++
  655.     Shammas, Namir
  656.     Que Corporation  ISBN: 1-56529-626-5
  657.  
  658.     A lot of people have e-mailed me asking for recommendation for a Visual
  659.     C++/MS-Windows programming book and  the  one I use/recommend is 'Using
  660.     Visual  C++'.   This book is aimed at readers who are already  familiar
  661.     with C++ and Windows.  This book covers many  programming  topics  that
  662.     use  C++  and the Microsoft Foundation Classes (MFC).  This book starts
  663.     with an overview of  the  Visual  C++  workbench and the MFC hierarchy.
  664.     The  book  also  discusses the AppWizard, ClassWizard  and  App  Studio
  665.     utility.  This book really lets you take  full  advantage  of  the  C++
  666.     compiler and all the utilities that come with it.  Microsoft provides a
  667.     lot of great information with the compiler package, but I found it hard
  668.     to  look  through  20 different manuals to find some basic information.
  669.     By the time you finish this book, you  will be ready to create your own
  670.     MS-Windows  applications.   Windows programming is pretty complex,  but
  671.     this comprehensive guide shows you efficient and proven  techniques  to
  672.     build powerful applications.  
  673.  
  674.     Another great  book  is  'Visual  C++:  A  Developer's  Guide'  by Alex
  675.     Leavens.  (ISBN 1-55851-339-6) This book explores the comprehensive set
  676.     of  programming  tools that come with Visual C++.  This book shows  you
  677.     how to take advantage of MFC, OLE 2.0, add sounds  to  various  Windows
  678.     systems events and creating icons, cursors and bitmaps images.
  679.  
  680.  
  681.  
  682. [10]C++ Primer  (2nd edition)
  683.     Lippman, Stanley B
  684.     Addison Wesley  ISBN 0-201-54848-8
  685.  
  686.     The C++ Primer is a great book and  will make learning C++ a joy.  This
  687.     really  is  one of the best books C++ book out there, but it assumes  a
  688.     lot of familiarity with programming concepts and a  proficiency  in  C.
  689.     Everyone  I know who uses C++ recommends this book very highly.  If you
  690.     are interested in  learning  more  about  Object  Oriented Program, you
  691.     might consider buying "Object Oriented Design" by Peter Coad and Edward
  692.     Yourdon" (ISBN 0-13-630070-7)
  693.  
  694.  
  695. [11]"C++ FAQs: Frequently Asked Questions"
  696.     Marshall P. Cline and Greg A. Lomow
  697.     Addison-Wesley ISBN 0-201-58958-3
  698.  
  699.     When I first heard  about  the  book,  it  thought  it  would just be a
  700.     reprint  of  the  electronic version of the FAQ, but I  was  pleasantly
  701.     surprised when I got my hands on the book (Thanks Deborah) This  is  no
  702.     mere  reprint.   This  is a *great great* book that contains answers to
  703.     about 500 questions on programming, design, analysis and testing.  This
  704.     book is not for beginners, but for programmers who have figured out the
  705.     syntax of the language, and are looking to implement them.  If you have
  706.     questions like  "What  is  a  class  invariant?",  "How  should  I  use
  707.     exceptions?",  "What happens when a destructor is executed?", then this
  708.     is the book for you.
  709.  
  710.     This is a very practical book  that contains answers to some real-world
  711.     programming  questions  that  will  really help  anyone  involved  with
  712.     software development.  I just wish I had this book around  when  I  was
  713.     taking  my  C++  classes.  Unlike other books, this book contains about
  714.     200 complete program rather than code  snippets that leave you guessing
  715.     about the implementation.  This book is a definite jem and should be in
  716.     every  single  programmers  library.  Go out and buy 2 copies  of  this
  717.     book: One for the office and one for the nightstand at home.
  718.  
  719.  
  720. [12]Learn C++ on the Macintosh
  721.     Dave Mark
  722.     Addison-Wesley ISBN 0-201-62204-1
  723.  
  724.     This book comes  with  a  customized  version  of  Symantec C++ for the
  725.     Macintosh.   In addition, there is a coupon for obtaining the  complete
  726.     version of Symantec C++ at a much reduced  price.   I  would  recommend
  727.     this  book for those who are just beginning to program in C++; however,
  728.     it does assume at least  a  working  knowledge  of C.  There is a quick
  729.     review  of  C at the beginning.  Dave Mark also has a book 'Learn C  on
  730.     the  Macintosh'.   It  has  the  same  great  style  and  comes  highly
  731.     recommended.  Thanks Lizann Bolinger.
  732.  
  733.  
  734. Conclusion:
  735.  
  736.     C and C++ are great  programming  languages that can make programming a
  737.     lot  of fun.  One of the best ways to learn is by taking a  programming
  738.     class.  See if you can take a class at your school, or take a class  at
  739.     night school.  Programming in C/C++ is a skill that could end up saving
  740.     you your job or help you get a better job.  I hope these tutorials help
  741.     you in your quest to learn the C and C++ programming language.
  742.  
  743.  
  744. Acknowledgment:
  745. ---------------
  746.  
  747.     Steve Summit         scs@eskimo.com
  748.     Lizann Bolinger        bolinger@zeno.ibd.nrc.ca
  749.     Blake Sobiloff        sobiloff@mail.lap.umd.edu
  750.     Alex Wu            wua@cpsc.ucalgary.ca
  751.     Ian Jackson        ijackson@nyx.cs.du.edu
  752.     Peter Vanderlinden    Peter.Vanderlinden@eng.sun.com
  753.         Robin Schogol        rschogol@lehman.com
  754.     Marcus Speh         marcus@x4u.desy.de
  755.     Jutta Degener         jutta@cs.tu-berlin.de
  756.  
  757. ---------
  758.                * List of C tutorials   Last Update: 11/17/94 *
  759.        * Compiled By:  Vinit Carpenter -  carpenterv@vms.csd.mu.edu *
  760.  
  761.  
  762.     Note that this document is provided  as  is.   The information in it is
  763.     *not* warranted to be correct; you use it at your own risk.
  764.  
  765. o   The LEARN C/C++ TODAY  List  is  Copyright  1994 by Vinit S.  Carpenter
  766.     (carpenterv@vms.csd.mu.edu).   It may be reproduced and distributed  in
  767.     whole or in part, subject to the following conditions:
  768.  
  769. o   This  copyright  and  permission  notice   and  the  paragraph  in  the
  770.     introduction  about  the frequency of updates must be retained  on  all
  771.     complete or partial copies.
  772.  
  773. o   Any translation or  derivative  work  must  be  approved  by  me before
  774.     distribution.  Email me - I'll will be happy to oblige !
  775.  
  776. o   If you wish  to  charge  for  non-machine-readable  copies  you need my
  777.     approval  before  distribution.   Note  that this  restriction  is  not
  778.     intended to prohibit charging for the service of printing or copying  a
  779.     document supplied by your customer.
  780.  
  781. o   If  you  distribute  partial  copies  of  this  list,  instructions for
  782.     obtaining  the  complete  version  must be included, and  a  means  for
  783.     obtaining a complete version free or at cost price provided.
  784.  
  785. o   Exceptions to these rules  may  be  granted,  and  I  shall be happy to
  786.     answer  any questions about this copyright --- Simply e-mail me.  These
  787.     restrictions are here to protect the contributors, not to restrict  you
  788.     as educators and learners.
  789.  
  790. o   Vinit Carpenter asserts the  right  to  be  identified as the author of
  791.     this  work, and claims the moral rights of paternity and integrity,  in
  792.     accordance with the Copyright, Designs and Patents Act, 1988.
  793.  
  794. -----------------------------------------------------------------------------
  795. Vinit S. Carpenter       Marquette University      carpenterv@vms.csd.mu.edu
  796. -----------------------------------------------------------------------------
  797.      Author of the INTERNET-MENU for OpenVMS and Learn C/C++ TODAY List
  798.                           * Email me for details *
  799.      <a href="http://vinny.csd.mu.edu"> My Personal Linux Web Server</a>
  800. -----------------------------------------------------------------------------
  801. Geek Code: GE d? -p+ c++++ l++ u++ e- m--- s+/+ n--- h++ f? g+ w++ t+++ y+ y*
  802.  
  803.  
  804.