home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19267 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.2 KB

  1. Path: sparky!uunet!UB.com!pacbell.com!decwrl!concert!gatech!rpi!uwm.edu!spool.mu.edu!sgiblab!munnari.oz.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!cs.adelaide.edu.au!wayne
  2. From: wayne@cs.adelaide.edu.au (Wayne McKeen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC - help needed!
  5. Date: 27 Jan 1993 04:45:27 GMT
  6. Organization: Dept. of Comp. Sci., University of Adelaide
  7. Lines: 17
  8. Distribution: world
  9. Message-ID: <1k5417INNdh1@huon.itd.adelaide.edu.au>
  10. References: <1993Jan24.110347.1@kosmos.wcc.govt.nz>
  11. NNTP-Posting-Host: achilles.cs.adelaide.edu.au
  12.  
  13. C++ is essentially a superset of C. With a few execeptions, C code will
  14. compile as is with a C++ compiler. Furthermore, anything which can be
  15. done in C++ can also be done in C (indeed most C++ 'compilers' translate
  16. the C++ code to C, and then use a standard C compiler to do the rest).
  17. However, C++ is an object-oriented language, and (in my opinion) is an improvement over C. I would suggest the following as a reference manual:
  18.  
  19.   "The Annotated C++ Reference Manual" by Ellis, M.A., and Stroustrup, B.
  20.  
  21. Although it is not the best learning aid. Another book:
  22.  
  23.   "The C++ Programming Language", bye Stroustrup, B.
  24.  
  25. may be more suitable.
  26.  
  27. -- 
  28. Wayne.
  29. (wayne@cs.adelaide.edu.au)
  30.