home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!pipex!warwick!nott-cs!lut.ac.uk!cojm2
- From: J.March@lut.ac.uk
- Subject: Re: Differences between versions of C++ ?
- Message-ID: <1992Aug27.115621.23359@lut.ac.uk>
- Reply-To: J.March@lut.ac.uk (Jon March)
- Organization: Loughborough University, UK.
- References: <1992Aug22.122940.12580@lut.ac.uk>
- Date: Thu, 27 Aug 92 11:56:21 GMT
- Lines: 21
-
- >What is the difference between different versions of C++ ?
- >
-
- A full answer is in the FAQ (Q126, Q127)
-
- A short answer was:
-
- *VERY* roughly speaking, these are the major features:
- * 2.0 includes multiple/virtual inheritance and pure virtual functions.
- * 2.1 includes semi-nested classes and `delete [] ptr_to_array'.
- * 3.0 includes fully-nested classes, templates and `i++' vs `++i'.
- *?4.0? will include exceptions.
-
- from to Dan Frankowski.
-
- Jon March
-
-
-
-
-
-