Topic: Current C++ definition


Author: clamage@Eng.Sun.COM (Steve Clamage)
Date: 19 Dec 1994 18:28:42 GMT
Raw View
In article 1ta8@news-s01.ny.us.ibm.net, moore02@ibm.net writes:
>Does anyone know how I can get a current and precise definition of C++.

If you find out, please tell the ANSI C++ Committee where to find it. :-)

Seriously, the definition is still being worked on. Recent printings of
the ARM and Stroustrup's "C++ Programming Language", along with Stroustrup's
"Design and Evolution of C++" will give you a good idea of current
status, but some details may change.

The bulk of C++ has not changed significantly from the first ARM printing
in 1990 (modulo typo's), and lots of code written to that specification
will compile and run correctly today and tomorrow.

Apart from adding some features and defining standard class libraries, most
of the Committee work has been trying to make the language spec complete
and consistent.
---
Steve Clamage, stephen.clamage@eng.sun.com






Author: moore02@ibm.net
Date: 18 Dec 1994 22:50:28 GMT
Raw View
Does anyone know how I can get a current and precise definition of C++.