home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 12965 < prev    next >
Encoding:
Text File  |  1992-08-27  |  842 b   |  33 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!pipex!warwick!nott-cs!lut.ac.uk!cojm2
  3. From: J.March@lut.ac.uk
  4. Subject: Re: Differences between versions of C++ ?
  5. Message-ID: <1992Aug27.115621.23359@lut.ac.uk>
  6. Reply-To: J.March@lut.ac.uk (Jon March)
  7. Organization: Loughborough University, UK.
  8. References: <1992Aug22.122940.12580@lut.ac.uk>
  9. Date: Thu, 27 Aug 92 11:56:21 GMT
  10. Lines: 21
  11.  
  12. >What is the difference between different versions of C++ ?
  13. >
  14.  
  15. A full answer is in the FAQ (Q126, Q127)
  16.  
  17. A short answer was:
  18.  
  19. *VERY* roughly speaking, these are the major features:
  20.  * 2.0 includes multiple/virtual inheritance and pure virtual functions.
  21.  * 2.1 includes semi-nested classes and `delete [] ptr_to_array'.
  22.  * 3.0 includes fully-nested classes, templates and `i++' vs `++i'.
  23.  *?4.0? will include exceptions.
  24.  
  25. from to Dan Frankowski.
  26.  
  27. Jon March
  28.  
  29.  
  30.  
  31.  
  32.  
  33.