Topic: data types


Author: fpfuhs@vcu.edu
Date: 1996/03/25
Raw View
Is the current draft of the c++ standard available through the internet?
If so, where would it be. I too am interested in the standard's
treatment of being able to determine at run-time an object's data type.
   Thank you,
      F. Paul Fuhs

--
___________________________

    Dr. F. Paul Fuhs
    local:      fpfuhs@vcu.edu
    remote:     fpfuhs@vcu.edu
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu
]





Author: clamage@Eng.Sun.COM (Steve Clamage)
Date: 1996/03/25
Raw View
In article 2av8@felix.vcu.edu, fpfuhs@vcu.edu writes:
>Is the current draft of the c++ standard available through the internet?

Copies of C++ committeee documents are generally available only to members
of the C++ committee. You can purchase a copy of the current draft from X3.
Later this year a version will made available for public comment on a
public ftp site. An announcement will be made here and in other places
when the details are known.

>If so, where would it be. I too am interested in the standard's
>treatment of being able to determine at run-time an object's data type.

Stroustrup's "The Design and Evolution of C++" has a discussion of RTTI
which is quite similar to what appears in the draft. In addition, the
RTTI described in the April 1995 public-comment version of the draft does
not differ much from the latest version. I believe that draft is still
available at
        research.att.com:/dist/c++std/WP
        ftp.maths.warwick.ac.uk:/pub/c++/std/WP
        ftp.su.edu.au:/pub/C++/CommitteeDraft
---
Steve Clamage, stephen.clamage@eng.sun.com
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu
]





Author: fjh@munta.cs.mu.OZ.AU (Fergus Henderson)
Date: 1996/03/26
Raw View
fpfuhs@vcu.edu writes:

>Is the current draft of the c++ standard available through the internet?
>If so, where would it be.

See Q7 in the comp.std.c++ FAQ list, which is available via WWW from
<http://reality.sgi.com/austern/std-c++/faq.html>.

--
Fergus Henderson              WWW: http://www.cs.mu.oz.au/~fjh
fjh@cs.mu.oz.au               PGP: finger fjh@128.250.37.3
---
[ comp.std.c++ is moderated.  To submit articles: Try just posting with your
                newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  Comments? mailto:std-c++-request@ncar.ucar.edu
]