Topic: Where can I get info on namespace, RTTI, et


Author: clamage@Eng.Sun.COM (Steve Clamage)
Date: 8 Sep 1994 23:32:40 GMT
Raw View
In article 25045@camax.com, kotula@camax.com (Jeff Kotula) writes:
>
>Howdy.  Is there a place on the net I can find information about some of the
>newer C++ additions/proposals such as run time type information, namespaces,
>boolean type, etc?  Or a person to contact, or a book, or a therapist...

"The Design and Evolution of C++", Bjarne Stroustrup, Addison-Wesley, 1994
contains information on all the new topics, as well as the old ones.
Most of the new topics have not been put into their final form (except possibly
bool), so you will always have to check your compiler documentation for
what is supported and what syntax and semantics that version of that
compiler is using. Eventually, these topics should be firm, and compilers
will handle them in more or less the standard way.

In the mean time, let me know if you get a good therapist.

---
Steve Clamage, stephen.clamage@eng.sun.com